Home
last modified time | relevance | path

Searched refs:CIST_TAIL (Results 1 – 7 of 7) sorted by last modified time

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.c252 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
257 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in auxgetinfo()
H A Dldo.c332 ci->callstatus |= CIST_TAIL; in callhook()
H A Dlvm.c809 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()
H A Dlstate.h102 #define CIST_TAIL (1<<6) /* call was tail called */ macro
/freebsd/contrib/lua/src/
H A Dldebug.c321 if (ci != NULL && !(ci->callstatus & CIST_TAIL)) in getfuncname()
353 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0; in auxgetinfo()
H A Dlstate.h215 #define CIST_TAIL (1<<5) /* call was tail called */ macro
H A Dldo.c372 int event = (ci->callstatus & CIST_TAIL) ? LUA_HOOKTAILCALL in luaD_hookcall()
566 ci->callstatus |= CIST_TAIL; in luaD_pretailcall()