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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtable.h65 #define SPEC_BI BIT(12) /* a POSIX special builtin */ macro
H A Dio.c101 if ((builtin_flag & SPEC_BI)
H A Dexec.c153 && (tp->flag & SPEC_BI))
972 flag |= SPEC_BI;
1011 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
H A Dc_ksh.c550 (tp->flag & SPEC_BI) ? " special" : null);

Completed in 60 milliseconds