Home
last modified time | relevance | path

Searched refs:CIST_TAIL (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlstate.h122 #define CIST_TAIL (1<<5) /* call was tail called */ macro
Dldebug.c256 else if (!(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in getfuncname()
288 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
Dldo.c285 ci->callstatus |= CIST_TAIL; in callhook()
Dlvm.c1169 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()