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 150 tp = findcom(ap[0], FC_BI|FC_FUNC);
509 int fcflags = FC_BI|FC_FUNC|FC_PATH;
543 fcflags = FC_BI|FC_FUNC|FC_PATH;
619 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
1080 flags &= ~FC_FUNC;
1090 if (!tp && (flags & FC_FUNC)) {
1139 } else if ((flags & FC_FUNC) &&
    [all...]
funcs.c 516 fcflags = FC_BI | FC_PATH | FC_FUNC;
529 fcflags &= ~(FC_BI | FC_FUNC);
    [all...]
sh.h     [all...]

Completed in 29 milliseconds