HomeSort by relevance Sort by last modified time
    Searched refs:RESERVEDSLOT (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 283 #define RESERVEDSLOT 5
304 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */
305 return lua_tolstring(L, RESERVEDSLOT, size);
322 lua_settop(L, RESERVEDSLOT); /* create reserved slot */
  /external/syslinux/com32/lua/src/
lbaselib.c 283 #define RESERVEDSLOT 5
304 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */
305 return lua_tolstring(L, RESERVEDSLOT, size);
322 lua_settop(L, RESERVEDSLOT); /* create reserved slot */

Completed in 97 milliseconds