Searched refs:errCheck (Results 1 – 2 of 2) sorted by relevance
83 run_command(const char *cmd, bool errCheck) in run_command() argument91 shargv[1] = errCheck ? "-ec" : "-c"; in run_command()
618 bool errCheck; /* Check errors */ in do_run_command() local623 errCheck = !Targ_Ignore(job->node); in do_run_command()642 errCheck = false; in do_run_command()683 run_command(cmd, errCheck); in do_run_command()689 if (errCheck) in do_run_command()