Searched refs:getCcalls (Results 1 – 3 of 3) sorted by relevance
103 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()
138 #define getCcalls(L) ((L)->nCcalls & 0xffff) macro
521 if (getCcalls(L) <= CSTACKERR) { /* possible C stack overflow? */ in luaD_callnoyield()676 L->nCcalls = getCcalls(from) - L->nci - CSTACKCF; in lua_resume()