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 165 (tp->flag & SPEC_BI))
1058 flag |= SPEC_BI;
1099 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI))
    [all...]
main.c 1298 if (builtin_flag & SPEC_BI) {
    [all...]
sh.h 980 /* flags of called builtin (SPEC_BI, etc.) */
    [all...]
funcs.c 588 (tp->flag & SPEC_BI) ? " special" : null,
    [all...]

Completed in 50 milliseconds