Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.h17 luaD_growstack(L, n); else condmovestack(L);
39 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
Dldo.c175 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
Dlapi.c88 luaD_growstack(L, size); in growstack()