Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.c169 void luaE_checkcstack (lua_State *L) { in luaE_checkcstack() function
180 luaE_checkcstack(L); in luaE_incCstack()
H A Dlstate.h403 LUAI_FUNC void luaE_checkcstack (lua_State *L);
H A Dldo.c637 luaE_checkcstack(L); in ccall()