Searched refs:P_dontcare (Results 1 - 15 of 15) sorted by relevance

/ast/src/cmd/nmake/
H A Dmam.c184 , (r->property & P_dontcare) ? " dontcare" : null
205 return (r->property & P_dontcare) && !state.mam.dontcare ? (Sfio_t*)0 : state.mam.out;
210 if ((r->property & (P_after|P_before)) || (r->property & P_dontcare) && !(state.mam.dontcare || r->prereqs || r->action && *r->action || (r0 = staterule(RULE, r, NiL, 0)) && (r0->dynamic & D_built) && r0->action && *r0->action || !(r->dynamic & D_global)))
H A Dmain.c721 maketop(r, P_dontcare|P_foreground, NiL);
737 maketop(r, P_dontcare|P_foreground, NiL);
795 maketop(r, P_dontcare|P_foreground, NiL);
821 maketop(r, P_dontcare|P_foreground, NiL);
885 maketop(r, P_dontcare|P_foreground, NiL);
924 maketop(r, P_dontcare, NiL);
934 maketop(r, P_dontcare, NiL);
H A Dcommand.c160 r->status = r->time ? EXISTS : (r->property & P_dontcare) ? IGNORE : FAILED;
650 if ((state.mam.dynamic || state.mam.regress) && state.user && !(job->target->property & (P_after|P_before|P_dontcare|P_make|P_state|P_virtual)))
750 maketop(r, P_dontcare|P_foreground, NiL);
935 job->target->status = (job->flags & CO_ERRORS) ? ((job->target->property & P_dontcare) ? IGNORE : FAILED) : EXISTS;
937 if (n = cojob && (state.mam.dynamic || state.mam.regress) && state.user && !(job->target->property & (P_after|P_before|P_dontcare|P_make|P_state|P_virtual)))
944 p->rule->status = (job->flags & CO_ERRORS) ? ((p->rule->property & P_dontcare) ? IGNORE : FAILED) : EXISTS;
1279 r->status = (r->property & P_dontcare) ? IGNORE : FAILED;
1423 r->status = (r->property & P_dontcare) ? IGNORE : FAILED;
1429 r->status = (r->property & P_dontcare) ? IGNORE : FAILED;
1442 r->status = (r->property & P_dontcare)
[all...]
H A Dtrap.c305 maketop(r, (P_dontcare|P_force|P_ignore|P_repeat)|((r->property & P_make)?0:P_foreground), s);
315 maketop(r, (P_dontcare|P_force|P_ignore|P_repeat)|((r->property & P_make)?0:P_foreground), s);
H A Dscan.c295 else if (m = u->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_foreground|P_functional|P_ignore|P_implicit|P_local|P_make|P_multiple|P_parameter|P_repeat|P_terminal|P_virtual))
938 u->property |= P_dontcare;
940 u->property &= ~P_dontcare;
969 u->property |= P_dontcare;
971 u->property &= ~P_dontcare;
1128 u->property |= P_dontcare;
1130 u->property &= ~P_dontcare;
1310 iflev = (r->property & P_dontcare) ? 1 : 0;
1814 if (state.exec && !(r->property & P_dontcare))
H A Dmake.c240 else if (!(u->property & P_dontcare))
438 if ((r->property & P_dontcare) && !state.unwind)
523 if ((r->property & P_dontcare) && !state.unwind)
560 if ((r1->property & P_dontcare) && !r1->time)
1131 else if (r->property & P_dontcare)
1247 else if (state.force && (!(r->property & P_dontcare) || r->action || r2))
1293 else if ((parent->property & P_archive) && (r->dynamic & D_regular) && (parent->dynamic & D_entries) && !(r->dynamic & D_member) && !(r->property & (P_archive|P_command|P_dontcare|P_ignore|P_state|P_virtual)))
1343 message((-2, "check explicit %safter `prerequisites'", (property & P_dontcare) ? "dontcare " : null));
H A Dread.c471 if ((type & COMP_DONTCARE) || (r->property & P_dontcare))
473 r->property |= P_dontcare;
H A Drule.c607 if (x->time || !(x->property & P_dontcare))
931 if (a == internal.dontcare) return n & P_dontcare;
1063 to->property |= from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_foreground|P_functional|P_ignore|P_implicit|P_joint|P_local|P_make|P_multiple|P_parameter|P_read|P_repeat|P_terminal|P_virtual);
1198 to->property &= ~(from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_functional|P_ignore|P_immediate|P_implicit|P_local|P_make|P_multiple|P_parameter|P_repeat|P_target|P_terminal|P_use|P_virtual));
1472 ATTR(dontcare, ".DONTCARE", P_dontcare);
H A Dvariable.c88 else if (sp && (all || ((x->property & P_state) || x->scan || (y = staterule(PREREQS, x, NiL, 0)) && y->scan || !r->scan) && !(x->property & (P_use|P_virtual)) && (!(x->property & P_ignore) || (x->property & P_parameter)) && (!(x->property & P_dontcare) || x->time)))
H A Dmake.h93 #define notfile(r) (((r)->property&(P_attribute|P_functional|P_make|P_operator|P_state|P_use|P_virtual))||((r)->dynamic&D_scope)||(r)->semaphore||((r)->property&P_dontcare)&&((r)->dynamic&D_bound)&&!(r)->time)
290 #define P_dontcare (1<<7) /* don't care if rule made */ macro
H A Ddump.c178 if (r->property & P_dontcare)
H A Dparse.c506 if (!r->time && !(r->property & P_dontcare))
509 r->property |= P_dontcare;
614 maketop(r, P_dontcare|P_foreground, NiL);
2423 jointproperty |= P_dontcare;
H A Dstate.c415 r->property |= s->property & (P_dontcare|P_terminal);
1018 if (r->property & P_dontcare)
H A Dbind.c1544 r->time = ((r->property & P_dontcare) || !(flags & BIND_FORCE)) ? 0 : CURTIME;
1545 if (r->property & P_dontcare)
1651 r->status = r->time ? EXISTS : (op || (r->property & P_dontcare)) ? IGNORE : FAILED;
H A Dobject.c2091 o->property |= r->property & (P_dontcare|P_ignore|P_terminal);
2112 r->property &= (P_attribute|P_dontcare|P_ignore|P_parameter|P_state|P_staterule|P_statevar|P_terminal);

Completed in 58 milliseconds