Searched refs:luaV_mod (Results 1 – 3 of 3) sorted by relevance
109 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
89 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
572 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { in luaV_mod() function997 setivalue(ra, luaV_mod(L, ib, ic)); in luaV_execute()