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