Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c38 #define NONVALIDVALUE cast(TValue *, luaO_nilobject) macro
60 if (o >= L->top) return NONVALIDVALUE; in index2addr()
73 return NONVALIDVALUE; /* it has no upvalues */ in index2addr()
76 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()