Searched refs:P_terminal (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | metarule.c | 403 if (metamatch(t, unbound(q->rule), v->rule->name) && streq(t, stem) && (m = metarule(v->rule->name, p->rule->name, 0)) && (!(r->property & P_terminal) || (m->property & P_terminal))) 430 if ((m = metarule(q->rule->name, p->rule->name, 0)) && (!(r->property & P_terminal) || (m->property & P_terminal)) && !(m->property & f)) 544 if ((m = metarule(p->rule->name, NiL, 0)) && (!(r->property & P_terminal) || (m->property & P_terminal)) && !(m->property & f)) 559 if (!matched && !(r->property & P_terminal) && (x = metainfo('N', NiL, NiL, 0)) && x->prereqs) 672 if (!((y = makerule(sfstruse(internal.met)))->property & P_terminal) && !(y->property & f)) 682 if (m->property & P_terminal) 683 s->property |= P_terminal; [all...] |
H A D | rule.c | 889 if ((x->property & P_implicit) || (x->property & (P_metarule|P_terminal)) == P_terminal) 945 if (a == internal.terminal) return n & P_terminal; 1046 if (!state.exec && state.mam.statix && (from->dynamic & D_alias) && (to->property & P_terminal) && from->uname && to->uname && *from->name != '/' && *to->name == '/') 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); 1067 to->property &= ~P_terminal; 1068 if ((from->property & (P_metarule|P_terminal)) == P_terminal) 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_us [all...] |
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)) 216 if (r->property & P_terminal) 395 if (r->property & P_terminal)
|
H A D | make.c | 1138 if (!(r->property & (P_target|P_terminal)) || r2 || (r->property & P_terminal) && !r->time) 1167 if (!(r->property & P_terminal))
|
H A D | make.h | 313 #define P_terminal (1L<<28) /* terminal target or metarule */ macro
|
H A D | bind.c | 1122 if (c && (d->property & P_terminal)) 1461 else if (x == r && (r->property & P_terminal))
|
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 | 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))
|
H A D | state.c | 415 r->property |= s->property & (P_dontcare|P_terminal);
|
H A D | parse.c | 2517 addprereq(metainfo((set.rule.property & P_terminal) ? 'T' : 'N', NiL, NiL, 1), in, c);
|
Completed in 38 milliseconds