Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c77 case LUA_OPUNM: return luai_numunm(NULL, v1); in luaO_arith()
H A Dlapi.c294 if (op != LUA_OPUNM) /* all other operations expect two operands */ in lua_arith()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h190 #define LUA_OPUNM 6 macro