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 173 (tp->flag & SPEC_BI))
1045 flag |= SPEC_BI;
1088 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
    [all...]
main.c 1268 if (builtin_flag & SPEC_BI) {
    [all...]
sh.h 981 /* flags of called builtin (SPEC_BI, etc.) */
    [all...]
funcs.c 589 (tp->flag & SPEC_BI) ? " special" : null,
    [all...]

Completed in 31 milliseconds