Home
last modified time | relevance | path

Searched refs:luaV_mod (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlvm.h70 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
H A Dlobject.c95 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
H A Dlvm.c574 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { function
1005 setivalue(ra, luaV_mod(L, ib, ic));
1015 setivalue(ra, luaV_mod(L, ib, ic));