Searched refs:luaD_growstack (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldo.h | 17 luaD_growstack(L, n); else condmovestack(L); 39 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
|
H A D | ldo.c | 258 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
|
H A D | lapi.c | 84 luaD_growstack(L, size); in growstack()
|
/freebsd/contrib/lua/src/ |
H A D | ldo.h | 28 { pre; luaD_growstack(L, n, 1); pos; } \ 80 LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror);
|
H A D | ldo.c | 242 int luaD_growstack (lua_State *L, int n, int raiseerror) { in luaD_growstack() function
|
H A D | lapi.c | 120 res = luaD_growstack(L, n, 0); in lua_checkstack()
|