Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h210 #define CIST_TAIL (1<<5) /* call was tail called */ macro
A Dldebug.c320 else if (!(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in getfuncname()
352 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
A Dldo.c350 int event = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL in luaD_hookcall()
495 ci->callstatus |= CIST_TAIL; in luaD_pretailcall()

Completed in 8 milliseconds