Searched refs:P_implicit (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | rule.c | 888 n |= x->property & ~(P_attribute|P_immediate|P_implicit|P_internal|P_operator|P_readonly|P_state|P_staterule|P_statevar|P_target); 889 if ((x->property & P_implicit) || (x->property & (P_metarule|P_terminal)) == P_terminal) 890 n &= ~P_implicit; 936 if (a == internal.implicit) return n & P_implicit; 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); 1065 to->property |= from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_implicit|P_joint|P_local|P_make|P_multiple|P_parameter|P_read|P_repeat|P_terminal|P_virtual); 1066 if (from->property & P_implicit) 1069 to->property &= ~P_implicit; 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)); 1478 ATTR(implicit, ".IMPLICIT", P_implicit); [all...] |
H A D | make.c | 54 make(s, &t, NiL, P_implicit); 56 errors += complete(r, q, &t, P_implicit); 381 tevent = ((r->property & P_metarule) && (r1->property & P_implicit) && r1->action) ? 0 : r->time; 818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual)) && ((r->property & P_implicit) || !r->action && !explicit)) 828 if (r0 && (flags & P_implicit)) 829 r0->property |= P_implicit; 830 if ((r2 = metaget(r, r->active, stem, &r4)) && !(state.questionable & 0x00100000) && ((state.questionable & 0x00200000) || !(r->property & P_implicit)) && strchr(unbound(r), '/') && !strchr(r4->name, '/')) 977 if ((r->property & P_implicit) && r->action && r->action == r->active->action && (!r0->action || !streq(r0->action, r->action))) 1022 else if (!errors && (r->property & P_implicit) && !state.override)
|
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)) 190 if (r->property & P_implicit) 382 if (r->property & P_implicit)
|
H A D | mam.c | 145 , (flags & P_implicit) ? " implicit" : null
|
H A D | scan.c | 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)) 1775 s->property |= P_implicit; 1780 alt->property &= ~P_implicit;
|
H A D | variable.c | 53 else if ((x = staterule(PREREQS, r, NiL, 0)) && (x->property & P_implicit))
|
H A D | metarule.c | 373 f = active->flags & P_implicit;
|
H A D | make.h | 296 #define P_implicit (1<<13) /* force implicit prereq checks */ macro
|
H A D | command.c | 1287 if (r->status == UPDATE && !(r->property & P_make) && !(flags & P_implicit))
|
H A D | object.c | 1829 r->property |= P_implicit;
|
Completed in 47 milliseconds