Home
last modified time | relevance | path

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

/system/core/sh/
Dexec.h56 #define DO_ERR 0x01 /* prints errors */ macro
Dexec.c362 find_command(name, &entry, DO_ERR, pathval()); in hashcmd()
587 if (act & DO_ERR) in find_command()
Deval.c787 int cmd_flags = DO_ERR; in evalcommand()