Searched refs:luaV_mod (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lvm.h | 142 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
|
H A D | lobject.c | 63 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
|
H A D | lvm.c | 786 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);
|