OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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 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 13 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025