Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.c66 case LUA_OPUNM: return intop(-, 0, v1); in intarith()
82 case LUA_OPUNM: return luai_numunm(L, v1); in numarith()
H A Dlua.h228 #define LUA_OPUNM 12 macro
H A Dlapi.c337 if (op != LUA_OPUNM && op != LUA_OPBNOT) in lua_arith()
H A Dlstrlib.c326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
H A Dlcode.c1624 if (constfolding(fs, opr + LUA_OPUNM, e, &ef)) in luaK_prefix()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.c76 case LUA_OPUNM: return luai_numunm(NULL, v1); in luaO_arith()
H A Dlapi.c295 if (op != LUA_OPUNM) /* all other operations expect two operands */ in lua_arith()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h189 #define LUA_OPUNM 6 macro