Searched refs:LOW_BI (Results 1 – 2 of 2) sorted by relevance
536 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()599 } else if (tp->flag & LOW_BI) { in comexec()719 (ftp->flag & LOW_BI)) { in comexec()1132 flag |= LOW_BI; in builtin()
1826 #define LOW_BI BIT(14) /* external utility overrides built-in one */ macro