Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dtable.h67 #define SPEC_BI BIT(12) /* a POSIX special builtin */ macro
Dexec.c123 (tp->flag & SPEC_BI)) in execute()
819 flag |= SPEC_BI; in builtin()
856 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI)) in findcom()
Dio.c83 if ((builtin_flag & SPEC_BI) || in bi_errorf()
Dc_ksh.c510 (tp->flag & SPEC_BI) ? " special" : ""); in c_whence()