Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dldo.h38 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
Dldo.c161 void luaD_reallocstack (lua_State *L, int newsize) { in luaD_reallocstack() function
185 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack()
189 luaD_reallocstack(L, newsize); in luaD_growstack()
213 luaD_reallocstack(L, goodsize); /* shrink it */ in luaD_shrinkstack()
Dllimits.h299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)