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

  /external/mksh/src/
exec.c 142 tp = findcom(ap[0], FC_BI|FC_FUNC);
504 int fcflags = FC_BI|FC_FUNC|FC_PATH;
538 fcflags = FC_BI|FC_FUNC|FC_PATH;
614 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
1091 flags &= ~FC_FUNC;
1101 if (!tp && (flags & FC_FUNC)) {
1148 } else if ((flags & FC_FUNC) &&
    [all...]
funcs.c 515 fcflags = FC_BI | FC_PATH | FC_FUNC;
528 fcflags &= ~(FC_BI | FC_FUNC);
    [all...]
sh.h     [all...]

Completed in 55 milliseconds