Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.h142 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
H A Dlobject.c63 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
H A Dlvm.c786 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { function
1500 op_arithK(L, luaV_mod, luaV_modf);
1564 op_arith(L, luaV_mod, luaV_modf);