Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.c103 ccalls = getCcalls(L); in lua_setcstacklimit()
136 int ncalls = getCcalls(L); in luaE_enterCcall()
140 ncalls = getCcalls(L); /* update call count */ in luaE_enterCcall()
338 L1->nCcalls = getCcalls(L); in lua_newthread()
Dlstate.h138 #define getCcalls(L) ((L)->nCcalls & 0xffff) macro
Dldo.c521 if (getCcalls(L) <= CSTACKERR) { /* possible C stack overflow? */ in luaD_callnoyield()
676 L->nCcalls = getCcalls(from) - L->nci - CSTACKCF; in lua_resume()