HomeSort by: relevance | last modified time | path
    Searched defs:job_errors (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
job.c 328 static int job_errors = 0; /* number of errors reported */ variable in typeref:typename:int
1294 job_errors++;
1298 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) {
1309 Fatal("%d error%s", job_errors, job_errors == 1 ? "" : "s");
2116 job_errors = 0;
2441 if (job_errors != 0)
2446 return job_errors;

Completed in 14 milliseconds