Searched refs:CIST_TAIL (Results 1 – 7 of 7) sorted by relevance
103 #define CIST_TAIL (1<<6) /* call was tail called */ macro
253 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()258 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in auxgetinfo()
333 ci->callstatus |= CIST_TAIL; in callhook()
810 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()
215 #define CIST_TAIL (1<<5) /* call was tail called */ macro
326 if (ci != NULL && !(ci->callstatus & CIST_TAIL)) in getfuncname()358 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
379 int event = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL in luaD_hookcall()573 ci->callstatus |= CIST_TAIL; in luaD_pretailcall()