Searched refs:luaE_exitCcall (Results 1 – 3 of 3) sorted by relevance
397 #define luaE_exitCcall(L) ((L)->nCcalls++) macro
522 luaE_exitCcall(L); /* to compensate decrement in next call */ in luaD_callnoyield()
497 #define leavelevel(ls) luaE_exitCcall((ls)->L)