Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.h41 LUAI_FUNC void luaD_shrinkstack (lua_State *L);
H A Dldo.c289 void luaD_shrinkstack (lua_State *L) { in luaD_shrinkstack() function
561 luaD_shrinkstack(L); in recover()
700 luaD_shrinkstack(L); in luaD_pcall()
H A Dlgc.c703 luaD_shrinkstack(L1); in sweepthread()
/freebsd/contrib/lua/src/
H A Dldo.h81 LUAI_FUNC void luaD_shrinkstack (lua_State *L);
H A Dldo.c307 void luaD_shrinkstack (lua_State *L) { in luaD_shrinkstack() function
691 luaD_shrinkstack(L); /* restore stack size in case of overflow */ in finishpcallk()
970 luaD_shrinkstack(L); /* restore stack size in case of overflow */ in luaD_pcall()
H A Dlgc.c644 luaD_shrinkstack(th); /* do not change stack in emergency cycle */ in traversethread()