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

/external/mksh/src/
H A Dexec.c173 (tp->flag & SPEC_BI))
1045 flag |= SPEC_BI;
1088 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
H A Dmain.c1268 if (builtin_flag & SPEC_BI) {
H A Dsh.h981 /* flags of called builtin (SPEC_BI, etc.) */
1153 #define SPEC_BI BIT(12) /* a POSIX special builtin */ macro
H A Dfuncs.c589 (tp->flag & SPEC_BI) ? " special" : null,

Completed in 144 milliseconds