Home
last modified time | relevance | path

Searched refs:luaE_incCstack (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlstate.h359 LUAI_FUNC void luaE_incCstack (lua_State *L);
H A Dlstate.c173 LUAI_FUNC void luaE_incCstack (lua_State *L) { in luaE_incCstack() function
H A Dldo.c685 luaE_incCstack(L); /* control the C stack */ in resume()
H A Dlparser.c492 #define enterlevel(ls) luaE_incCstack(ls->L)