Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c152 (tp->flag & SPEC_BI)) in execute()
1124 flag |= SPEC_BI; in builtin()
1186 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI)) in findcom()
1386 builtin_spec = tobool(!resetspec && (tp->flag & SPEC_BI)); in call_builtin()
Dsh.h1750 #define SPEC_BI BIT(12) /* a POSIX special builtin */ macro
Dfuncs.c689 (tp->flag & SPEC_BI) ? "special " : "", in do_whence()