Searched refs:SPEC_BI (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dexec.c165 (tp->flag & SPEC_BI))
1057 flag |= SPEC_BI;
1098 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
H A Dmain.c1247 if (builtin_flag & SPEC_BI) {
H A Dsh.h995 /* flags of called builtin (SPEC_BI, etc.) */
1169 #define SPEC_BI BIT(12) /* a POSIX special builtin */ macro
H A Dfuncs.c595 (tp->flag & SPEC_BI) ? " special" : null,

Completed in 93 milliseconds