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

  /external/mksh/src/
exec.c 169 (tp->flag & SPEC_BI))
1121 flag |= SPEC_BI;
1162 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
1345 ((tp->flag & SPEC_BI) || (Flag(FPOSIX) && (tp->flag & KEEPASN))));
    [all...]
sh.h 1055 /* is called builtin SPEC_BI? (also KEEPASN, odd use though) */
    [all...]
funcs.c 621 if (tp->flag & SPEC_BI)
    [all...]

Completed in 138 milliseconds