HomeSort by: relevance | last modified time | path
    Searched refs:FC_FUNC (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
table.h 84 #define FC_FUNC BIT(1) /* function builtin */
exec.c 131 tp = findcom(ap[0], FC_BI|FC_FUNC);
459 int fcflags = FC_BI|FC_FUNC|FC_PATH;
491 fcflags = FC_BI|FC_FUNC|FC_PATH;/* undo effects of command */
541 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC));
906 flags &= ~FC_FUNC;
915 if (!tp && (flags & FC_FUNC)) {
973 } else if ((flags & FC_FUNC)
c_ksh.c 456 fcflags = FC_BI | FC_PATH | FC_FUNC;
468 fcflags &= ~(FC_BI | FC_FUNC);

Completed in 15 milliseconds