Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.c81 case LUA_OPUNM: return luai_numunm(NULL, v1); in luaO_arith()
Dlapi.c297 if (op != LUA_OPUNM) /* all other operations expect two operands */ in lua_arith()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h190 #define LUA_OPUNM 6 macro