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 147 tp = findcom(ap[0], FC_BI|FC_FUNC);
508 int fcflags = FC_BI|FC_FUNC|FC_PATH;
545 fcflags = FC_BI|FC_FUNC|FC_PATH;
634 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
1114 flags &= ~FC_FUNC;
1124 if (!tp && (flags & FC_FUNC)) {
1171 } else if ((flags & FC_FUNC) &&
    [all...]
funcs.c 522 fcflags = FC_BI | FC_PATH | FC_FUNC;
535 fcflags &= ~(FC_BI | FC_FUNC);
    [all...]
sh.h     [all...]

Completed in 57 milliseconds