Home
last modified time | relevance | path

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

/system/core/sh/
Dexec.h58 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */ macro
Dexec.c477 if (act & DO_NOFUNC) { in find_command()
547 if (act & DO_NOFUNC) in find_command()
Deval.c810 cmd_flags |= DO_NOFUNC; in evalcommand()
822 if (cmdentry.cmdtype == CMDSPLBLTIN && cmd_flags & DO_NOFUNC) in evalcommand()