Home
last modified time | relevance | path

Searched refs:DO_NOFUNC (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c8196 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */ macro
8857 return DO_NOFUNC; in parse_command_args()
13729 bit = DO_NOFUNC; in find_command()
13793 } else if (!(act & DO_NOFUNC)) { in find_command()