Home
last modified time | relevance | path

Searched refs:LUA_OPIDIV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlobject.c60 case LUA_OPIDIV: return luaV_idiv(L, v1, v2); in intarith()
81 case LUA_OPIDIV: return luai_numidiv(L, v1, v2); in numarith()
H A Dlua.h222 #define LUA_OPIDIV 6 macro
H A Dlstrlib.c322 return arith(L, LUA_OPIDIV, "__idiv"); in arith_idiv()
H A Dlcode.c1329 case LUA_OPDIV: case LUA_OPIDIV: case LUA_OPMOD: /* division by 0 */ in validop()