Searched refs:LUA_OPUNM (Results 1 – 3 of 3) sorted by relevance
81 case LUA_OPUNM: return luai_numunm(NULL, v1); in luaO_arith()
297 if (op != LUA_OPUNM) /* all other operations expect two operands */ in lua_arith()
190 #define LUA_OPUNM 6 macro