Searched refs:luaE_incCstack (Results 1 – 4 of 4) sorted by relevance
397 LUAI_FUNC void luaE_incCstack (lua_State *L);
173 LUAI_FUNC void luaE_incCstack (lua_State *L) { in luaE_incCstack() function
735 luaE_incCstack(L); /* control the C stack */ in resume()
492 #define enterlevel(ls) luaE_incCstack(ls->L)
Completed in 10 milliseconds