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

  /src/bin/sh/
exec.h 60 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */
eval.c 1047 cmd_flags |= DO_NOFUNC;
1061 if (cmdentry.cmdtype == CMDSPLBLTIN && cmd_flags & DO_NOFUNC)
1431 if (argc == 0 && !(cmd_flags & DO_NOFUNC))
exec.c 615 if (act & DO_NOFUNC)
683 if (act & DO_NOFUNC)
746 /* DO_NOFUNC must have been set */

Completed in 26 milliseconds