Searched refs:CIST_TAIL (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlstate.h122 #define CIST_TAIL (1<<5) /* call was tail called */ macro
H A Dldebug.c257 else if (!(ci->callstatus & CIST_TAIL) && isLua(ci->previous))
289 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0;
H A Dldo.c285 ci->callstatus |= CIST_TAIL;
H A Dlvm.c1169 oci->callstatus |= CIST_TAIL; /* function was tail called */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h102 #define CIST_TAIL (1<<6) /* call was tail called */ macro
H A Dldebug.c253 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0;
258 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous))
H A Dldo.c259 ci->callstatus |= CIST_TAIL;
H A Dlvm.c809 oci->callstatus |= CIST_TAIL; /* function was tail called */

Completed in 180 milliseconds