Home
last modified time | relevance | path

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

/build/kati/
Dcommand.h28 explicit Command(Symbol o) : output(o), echo(true), ignore_error(false) {} in Command()
32 bool ignore_error; member
Dcommand.cc148 void ParseCommandPrefixes(StringPiece* s, bool* echo, bool* ignore_error) { in ParseCommandPrefixes() argument
155 *ignore_error = true; in ParseCommandPrefixes()
207 bool ignore_error = global_ignore_error; in Eval() local
208 ParseCommandPrefixes(&cmd, &echo, &ignore_error); in Eval()
214 command->ignore_error = ignore_error; in Eval()
229 c->ignore_error = false; in Eval()
Dexec.cc112 if (command->ignore_error) { in ExecNode()
Dninja.cc417 bool needs_subshell = (command_count > 1 || c->ignore_error); in GenShellScript()
446 if (c->ignore_error) { in GenShellScript()