Searched refs:LUA_OPMOD (Results 1 – 4 of 4) sorted by relevance
59 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()83 case LUA_OPMOD: return luaV_modf(L, v1, v2); in numarith()
208 #define LUA_OPMOD 3 macro
310 return arith(L, LUA_OPMOD, "__mod"); in arith_mod()
1304 case LUA_OPDIV: case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */ in validop()
Completed in 13 milliseconds