Searched refs:CO_ERRORS (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/nmake/
H A Dcommand.c879 else if (!clear && job->status == RUNNING && (job->target->dynamic & D_hasafter) && hasafter(job->target, (job->flags & CO_ERRORS) ? P_failure : P_after))
910 n = makeafter(job->target, (job->flags & CO_ERRORS) ? P_failure : P_after);
913 job->flags |= CO_ERRORS;
916 job->flags &= ~CO_ERRORS;
935 job->target->status = (job->flags & CO_ERRORS) ? ((job->target->property & P_dontcare) ? IGNORE : FAILED) : EXISTS;
944 p->rule->status = (job->flags & CO_ERRORS) ? ((p->rule->property & P_dontcare) ? IGNORE : FAILED) : EXISTS;
980 job->flags |= CO_ERRORS;
1027 job->flags |= CO_ERRORS;
1042 job->flags |= CO_ERRORS;
1195 job->flags |= CO_ERRORS;
[all...]
H A Dmake.h271 #define CO_ERRORS (CO_USER<<2) /* job had errors */ macro

Completed in 24 milliseconds