Home
last modified time | relevance | path

Searched refs:LUA_OPUNM (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c66 case LUA_OPUNM: return intop(-, 0, v1); in intarith()
82 case LUA_OPUNM: return luai_numunm(L, v1); in numarith()
A Dlua.h217 #define LUA_OPUNM 12 macro
A Dlstrlib.c326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
A Dlapi.c331 if (op != LUA_OPUNM && op != LUA_OPBNOT) in lua_arith()
A Dlcode.c1558 if (constfolding(fs, op + LUA_OPUNM, e, &ef)) in luaK_prefix()

Completed in 18 milliseconds