Searched refs:P_ignore (Results 1 - 12 of 12) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | trap.c | 305 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 D | dump.c | 104 !(r->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_ignore|P_immediate|P_implicit|P_joint|P_local|P_make|P_multiple|P_operator|P_parameter|P_read|P_repeat|P_target|P_terminal|P_use|P_virtual)) && !((r->property & P_attribute) && r->attribute) && !r->semaphore)) 186 if (r->property & P_ignore) 378 if (r->property & P_ignore)
|
H A D | mam.c | 185 , (r->property & P_ignore) ? " ignore" : null
|
H A D | make.c | 298 if (p & P_ignore) 440 if (!(r->property & P_ignore)) 501 if (!(r->property & P_ignore)) 1097 else if ((r->property & (P_attribute|P_functional|P_ignore|P_target)) == P_target && (state.force || r0 && !r0->time)) 1285 if (!(r->property & P_ignore)) 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)))
|
H A D | rule.c | 441 #define IGNORECHANGE(r,q) (((q)->property & (P_joint|P_ignore)) || ((q)->dynamic & D_alias) && getrule((q)->name) == r) 901 if (a == internal.ignore) return n & P_ignore; 924 if (a->property & n & ~(P_accept|P_attribute|P_ignore|P_internal|P_metarule|P_readonly|P_staterule|P_statevar|P_target)) 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)); 1476 ATTR(ignore, ".IGNORE", P_ignore);
|
H A D | variable.c | 88 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 D | scan.c | 287 else if (u->attribute && !(u->property & P_ignore)) 295 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))
|
H A D | make.h | 294 #define P_ignore (1<<11) /* parent to ignore this prereq */ macro
|
H A D | object.c | 2091 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);
|
H A D | state.c | 708 r->property |= P_ignore;
|
H A D | command.c | 1313 if (!(r->property & (P_after|P_before|P_ignore)) && r->time > tprereqs)
|
H A D | parse.c | 1636 if (((*opr)->property & P_ignore)) 2672 r->property |= (P_ignore|P_immediate);
|
Completed in 51 milliseconds