Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.c78 case LUA_OPUNM: return luai_numunm(NULL, v1); in luaO_arith()
H A Dlua.h189 #define LUA_OPUNM 6 macro
H A Dlapi.c296 if (op != LUA_OPUNM) /* all other operations expect two operands */ in lua_arith()