OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
1349
job_errors
++;
1353
if (
job_errors
> 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) {
1364
Fatal("%d error%s",
job_errors
,
job_errors
== 1 ? "" : "s");
2171
job_errors
= 0;
2496
if (
job_errors
!= 0)
2501
return
job_errors
;
Completed in 18 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026