HomeSort by relevance Sort by last modified time
    Searched refs:DO_NOFUNC (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
exec.h 58 #define DO_NOFUNC 0x04 /* don't return shell functions, for command */
exec.c 477 if (act & DO_NOFUNC) {
547 if (act & DO_NOFUNC)
599 /* DO_NOFUNC must have been set */
eval.c 810 cmd_flags |= DO_NOFUNC;
822 if (cmdentry.cmdtype == CMDSPLBLTIN && cmd_flags & DO_NOFUNC)

Completed in 70 milliseconds