Home
last modified time | relevance | path

Searched refs:luaE_checkcstack (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstate.c165 void luaE_checkcstack (lua_State *L) { in luaE_checkcstack() function
176 luaE_checkcstack(L); in luaE_incCstack()
H A Dlstate.h401 LUAI_FUNC void luaE_checkcstack (lua_State *L);
H A Dldo.c633 luaE_checkcstack(L); in ccall()