Searched refs:ignore_error (Results 1 – 4 of 4) sorted by relevance
28 explicit Command(Symbol o) : output(o), echo(true), ignore_error(false) {} in Command()32 bool ignore_error; member
148 void ParseCommandPrefixes(StringPiece* s, bool* echo, bool* ignore_error) { in ParseCommandPrefixes() argument155 *ignore_error = true; in ParseCommandPrefixes()207 bool ignore_error = global_ignore_error; in Eval() local208 ParseCommandPrefixes(&cmd, &echo, &ignore_error); in Eval()214 command->ignore_error = ignore_error; in Eval()229 c->ignore_error = false; in Eval()
112 if (command->ignore_error) { in ExecNode()
417 bool needs_subshell = (command_count > 1 || c->ignore_error); in GenShellScript()446 if (c->ignore_error) { in GenShellScript()