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()
331 ci->callstatus |= CIST_TAIL; in callhook()
810 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()
197 #define CIST_TAIL (1<<5) /* call was tail called */ macro
324 else if (!(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in getfuncname()356 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
334 int hook = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL : LUA_HOOKCALL; in luaD_hookcall()466 ci->callstatus |= CIST_TAIL; in luaD_pretailcall()