Home
last modified time | relevance | path

Searched refs:LOW_BI (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dexec.c534 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()
592 } else if (tp->flag & LOW_BI) { in comexec()
718 (ftp->flag & LOW_BI)) { in comexec()
1121 flag |= LOW_BI; in builtin()
Dsh.h1542 #define LOW_BI BIT(14) /* external utility overrides built-in one */ macro