Searched refs:CIST_TAIL (Results 1 – 3 of 3) sorted by relevance
210 #define CIST_TAIL (1<<5) /* call was tail called */ macro
320 else if (!(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in getfuncname()352 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
350 int event = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL in luaD_hookcall()495 ci->callstatus |= CIST_TAIL; in luaD_pretailcall()
Completed in 8 milliseconds