Home
last modified time | relevance | path

Searched refs:LUA_REFNIL (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlauxlib.h70 #define LUA_REFNIL (-1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c526 return LUA_REFNIL; /* `nil' has a unique fixed reference */ in luaL_ref()