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

/freebsd-10.0-release/contrib/bmake/
H A Djob.h160 #define JOB_IGNERR 0x001 /* Ignore non-zero exits */
159 #define JOB_IGNERR macro
H A Djob.c689 * the JOB_IGNERR flag is set in the job descriptor.
747 job->flags |= JOB_IGNERR;
958 * that we pay no attention to the JOB_IGNERR flag here.
991 (((WEXITSTATUS(status) != 0) && !(job->flags & JOB_IGNERR)))) ||
1050 (job->flags & JOB_IGNERR) ? " (ignored)" : "");
1051 if (job->flags & JOB_IGNERR) {
1490 ((job->flags & JOB_IGNERR) ? "" :
1500 if (!(job->flags & JOB_IGNERR) && commandShell->exit) {
1569 job->flags |= JOB_IGNERR;
H A Dmeta.c697 (flags & JOB_IGNERR) ?
/freebsd-10.0-release/usr.bin/make/
H A Djob.c188 #define JOB_IGNERR 0x001 /* Ignore non-zero exits */ macro
644 * the JOB_IGNERR flag is set in the job descriptor.
739 if (!(job->flags & JOB_IGNERR) && !noSpecials) {
843 * that we pay no attention to the JOB_IGNERR flag here.
877 if (job->flags & JOB_IGNERR) {
933 (job->flags & JOB_IGNERR)) {
968 (job->flags & JOB_IGNERR) ?
971 if (job->flags & JOB_IGNERR) {
984 (job->flags & JOB_IGNERR)) {
1044 if (compatMake && !usePipes && (job->flags & JOB_IGNERR)) {
[all...]

Completed in 104 milliseconds