Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h103 #define CIST_TAIL (1<<6) /* call was tail called */ macro
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.c319 ci->callstatus |= CIST_TAIL; in callhook()
H A Dlvm.c810 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()