Searched refs:ERRORS (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/INIT/
H A Dregress.sh303 msg="$msg, $ERRORS error"
304 case $ERRORS in
314 ERRORS=0
1131 then ((ERRORS++))
1328 integer ERRORS=0 ENVIRONS=0 EXPORTS=0 TESTS=0 SUBTESTS=0 LINE=0 TESTLINE=0
/ast/src/cmd/coshell/
H A Dservice.h100 #define ERRORS 8 /* max csstat() errors */ macro
H A Djob.c115 if (sp->update <= cs.time && sp->errors < ERRORS) update(sp);
H A Dschedule.c253 if (ap->update <= cs.time && ap->errors < ERRORS) update(ap);
276 if (ap->update <= cs.time && ap->errors < ERRORS) update(ap);

Completed in 16 milliseconds