Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.h17 luaD_growstack(L, n); else condmovestack(L);
39 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
H A Dldo.c258 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
H A Dlapi.c84 luaD_growstack(L, size); in growstack()
/freebsd/contrib/lua/src/
H A Dldo.h28 { pre; luaD_growstack(L, n, 1); pos; } \
80 LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror);
H A Dldo.c242 int luaD_growstack (lua_State *L, int n, int raiseerror) { in luaD_growstack() function
H A Dlapi.c120 res = luaD_growstack(L, n, 0); in lua_checkstack()