Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldo.h18 luaD_growstack(L, n); else condmovestack(L);
40 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
H A Dldo.c244 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
H A Dlapi.c85 luaD_growstack(L, size); in growstack()
/freebsd-13.1/contrib/lua/src/
H A Dldo.h27 { pre; luaD_growstack(L, n, 1); pos; } \
70 LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror);
H A Dldo.c207 int luaD_growstack (lua_State *L, int n, int raiseerror) { in luaD_growstack() function
H A Dlapi.c111 res = luaD_growstack(L, n, 0); in lua_checkstack()