Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlstate.c105 return LUAI_MAXCCALLS; /* warning?? */ in lua_setcstacklimit()
170 if (getCcalls(L) == LUAI_MAXCCALLS) in luaE_checkcstack()
172 else if (getCcalls(L) >= (LUAI_MAXCCALLS / 10 * 11)) in luaE_checkcstack()
179 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) in luaE_incCstack()
Dllimits.h260 #if !defined(LUAI_MAXCCALLS)
261 #define LUAI_MAXCCALLS 200 macro
Dldo.c635 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) { in ccall()
848 if (getCcalls(L) >= LUAI_MAXCCALLS) in lua_resume()