Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/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.c185 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
H A Dlapi.c87 luaD_growstack(L, size); in growstack()
/freebsd-12.1/contrib/lua/src/
H A Dldo.h25 { pre; luaD_growstack(L, n); pos; } else { condmovestack(L,pre,pos); }
50 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
H A Dldo.c191 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
H A Dlapi.c93 luaD_growstack(L, size); in growstack()