Searched refs:DO_NOFUNC (Results 1 – 3 of 3) sorted by relevance
58 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */ macro
477 if (act & DO_NOFUNC) { in find_command()547 if (act & DO_NOFUNC) in find_command()
810 cmd_flags |= DO_NOFUNC; in evalcommand()822 if (cmdentry.cmdtype == CMDSPLBLTIN && cmd_flags & DO_NOFUNC) in evalcommand()