Searched refs:P_statevar (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/nmake/
H A Dstate.c179 if (r->property & P_statevar)
312 if (r->property & P_statevar)
337 if (!tstbit(*b, i = (r->property & (P_statevar|P_use|P_virtual)) && state.targetview > 0 ? state.targetview : r->view) && (!s || !s->time || (r->property & P_statevar) || !(k = statetimeq(r, s))))
339 if (!(r->property & (P_statevar|P_use|P_virtual)) && !(r->dynamic & D_bound) && !(r->mark & M_bind) && (s && s->time || !s && state.compile >= COMPILED))
351 if ((r->property & P_statevar) && r->time == OLDTIME)
361 if (!(r->property & (P_statevar|P_use|P_virtual)) || state.targetview < 0)
380 if (i || !(r->property & P_statevar))
455 if (r->property & P_statevar)
711 if (((r = p->rule)->property & (P_parameter|P_statevar))
[all...]
H A Ddump.c137 else if (r->property & P_statevar)
285 if ((r->property & (P_state|P_statevar)) == P_state)
418 if ((dumpall || !state.list) && (r->property & P_statevar) && r->statedata)
H A Dobject.c2018 if (o && (r->property & P_statevar) && !o->time)
2036 else if (state.stateview >= 0 && (r->property & P_statevar) && (r->prereqs || r->action))
2066 r->property &= ~(P_parameter|P_state|P_staterule|P_statevar);
2067 r->property |= o->property & (P_parameter|P_state|P_staterule|P_statevar);
2076 else if ((r->property & (P_parameter|P_statevar)) == P_statevar && (o->property & (P_parameter|P_statevar)) == (P_parameter|P_statevar))
2112 r->property &= (P_attribute|P_dontcare|P_ignore|P_parameter|P_state|P_staterule|P_statevar|P_terminal);
H A Drule.c250 r->property |= P_state|P_statevar;
888 n |= x->property & ~(P_attribute|P_immediate|P_implicit|P_internal|P_operator|P_readonly|P_state|P_staterule|P_statevar|P_target);
924 if (a->property & n & ~(P_accept|P_attribute|P_ignore|P_internal|P_metarule|P_readonly|P_staterule|P_statevar|P_target))
980 if (a == internal.statevar) return n & P_statevar;
H A Dvariable.c313 if (r->property & P_statevar)
H A Dmetarule.c51 r->property &= ~(P_state|P_staterule|P_statevar);
H A Dexpand.c2514 if ((r->property & (P_parameter|P_statevar)) == P_statevar && (v = varstate(r, 0)))
2817 else if (r->property & P_statevar)
H A Dmake.h311 #define P_statevar (1L<<26) /* statevar */ macro
H A Dbind.c1601 if (state.mam.regress && (r->property & P_statevar))
1654 else if (r->property & P_statevar)
H A Dmake.c1175 if (r->property & P_statevar)
H A Dparse.c2575 property = r->property & (P_state|P_staterule|P_statevar);

Completed in 56 milliseconds