HomeSort by relevance Sort by last modified time
    Searched refs:SPEC_BI (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
exec.c 170 (tp->flag & SPEC_BI))
1033 flag |= SPEC_BI;
1076 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
    [all...]
main.c 1139 if (builtin_flag & SPEC_BI) {
    [all...]
sh.h 846 /* flags of called builtin (SPEC_BI, etc.) */
1023 #define SPEC_BI BIT(12) /* a POSIX special builtin */
    [all...]
funcs.c 570 (tp->flag & SPEC_BI) ? " special" : null,
    [all...]

Completed in 86 milliseconds