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

/ast/src/cmd/nmake/
H A Dmam.c98 if (r->property & P_state)
147 , (r->property & P_state) ? " state" : null
187 , (flags & P_virtual) && !(r->property & P_state) && ((r->property & P_virtual) || !(r->dynamic & (D_entries|D_member|D_membertoo|D_regular)) && (!s || !s->time)) ? " virtual" : s && (s->dynamic & D_built) ? " generated" : null
206 if (r->property & (P_make|P_state|P_virtual))
H A Drule.c245 r->property |= P_state|P_staterule;
250 r->property |= P_state|P_statevar;
259 message((-13, "adding %s %s", (r->property & P_state) ? "state variable" : "atom", r->name));
274 if (r->property & (P_functional|P_metarule|P_operator|P_repeat|P_state))
339 if (r->property & P_state)
376 if (r->property & P_state)
420 else if (metamatch(NiL, s, x->name) || r && r->uname && !(r->property & P_state) && metamatch(NiL, r->uname, x->name))
431 } while (r && s == r->name && r->uname && !(r->property & P_state) && (s = r->uname) != r->name);
533 if (!(r->property & P_state))
888 n |= x->property & ~(P_attribute|P_immediate|P_implicit|P_internal|P_operator|P_readonly|P_state|P_staterul
[all...]
H A Ddump.c46 s = (r->property & P_state) || (r->dynamic & D_alias) ? r->name : unbound(r);
81 if (!(r->property & P_state) && r->uname)
130 if (r->property & P_state)
285 if ((r->property & (P_state|P_statevar)) == P_state)
735 if (!(r->property & P_state))
H A Dstate.c175 if (v->time == r->time || accept || r->view == view || (r->property & (P_state|P_use|P_virtual)) || state.believe && view >= (state.believe - 1))
177 if (r->property & P_state)
320 else if (r->property & P_state)
453 if (r->property & P_state)
706 if ((r->property & (P_attribute|P_parameter|P_state)) == P_parameter)
837 if (!(r->property & P_state))
989 if (r->property & P_state)
1005 if (r->property & (P_metarule|P_state))
1199 else if (r->time < s->time && !(r->property & P_state) && tmxsec(r->time) == tmxsec(s->time) && !tmxnsec(r->time))
H A Dmake.c181 if (!(u->property & P_state))
473 if (!(r->property & P_state))
543 if (state.maxview && !(r->property & P_state) && !r->scan && r->view <= state.maxview)
581 if (r->property & P_state)
616 if (r->property & P_state)
633 if (!state.intermediate && !r->time && r0->time && r0->event && (r0->dynamic & D_built) && !(parent->property & P_state) && (r2 = staterule(RULE, parent, NiL, 0)) && (r2->dynamic & D_built))
818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual)) && ((r->property & P_implicit) || !r->action && !explicit))
1136 else if (!(r->property & (P_state|P_virtual)))
1190 else if (!(r->property & P_state))
1242 if (r->property & P_state)
[all...]
H A Darchive.c164 if (r->property & P_state)
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)))
91 if (all || ((x->property & P_state) != 0) == dostate)
H A Dcommand.c109 if (r->property & P_state)
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)))
870 if (clear && jobs.triggered && (((a = jobs.triggered)->property & P_state) || (a = staterule(RULE, a, NiL, 0))) && (a->property & P_force))
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)))
1438 if (!(r->property & (P_state|P_virtual)))
1448 if ((r->property & (P_state|P_virtual)) != (P_state|P_virtual))
H A Dobject.c494 if ((r->property & P_state) && !r->view && !(r->dynamic & (D_garbage|D_lower)))
561 if (!(r->property & P_state))
632 if (!r->complink || !(r->mark & M_compile) || s != r->name && !(r->dynamic & D_alias) || state.stateview == 0 && !(r->property & P_state))
639 if ((!(a = getrule(r->name)) || a == r) && ((r->property & P_state) || !r->uname || !(a = getrule(r->uname)) || a == r))
669 if (!r->complink || !(r->mark & M_compile) || s != r->name && !(r->dynamic & D_alias) || state.stateview == 0 && !(r->property & P_state))
2066 r->property &= ~(P_parameter|P_state|P_staterule|P_statevar);
2067 r->property |= o->property & (P_parameter|P_state|P_staterule|P_statevar);
2070 if (!(o->property & P_state) && o->uname)
2097 if (!(r->property & P_state))
2112 r->property &= (P_attribute|P_dontcare|P_ignore|P_parameter|P_state|P_staterul
[all...]
H A Dbind.c371 if (!(r->property & P_state))
790 if (r->property & P_state)
898 if ((r->property & P_state) || (r->property & P_virtual) && !(flags & BIND_FORCE))
1592 switch (r->property & (P_state|P_virtual))
1598 case P_state:
1626 if (!(r->property & P_state))
1687 if (!(r->property & P_state))
1984 if ((r->dynamic & D_bound) && !(r->property & (P_state|P_virtual)) && *r->name != '/')
2013 if (state.context && !(r->property & (P_state|P_virtual)))
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)
114 #define viewable(r) ((r->property&P_state)&&*r->name=='(')
309 #define P_state (1L<<24) /* state atom */ macro
H A Dparse.c2348 att->rule.property |= P_state;
2575 property = r->property & (P_state|P_staterule|P_statevar);
2578 s = r->uname && !(r->property & P_state) ? r->uname : r->name;
2579 if (!(x = (r->property & P_state) ? rulestate(r, 0) : staterule(RULE, r, NiL, 0)) || r->prereqs != x->prereqs)
2602 if (r->property & P_state)
2634 if (r->property & P_state)
2664 if (((set.rule.property|clr.rule.property) & P_functional) && !(r->property & P_state) && ((v = getvar(r->name)) || (v = setvar(r->name, null, 0))))
H A Dmetarule.c51 r->property &= ~(P_state|P_staterule|P_statevar);
H A Dscan.c1152 if (n && u->scan != n && !(u->property & P_state))
1768 if ((r->property & (P_attribute|P_state|P_virtual)) || !(r->dynamic & D_regular))
H A Dexpand.c1777 if (!r || !r->time || (r->property & P_state) || r->status == IGNORE)
1853 if (state.mam.statix && r && !(r->property & P_state) && !(r->dynamic & D_alias))
2117 sfputr(xp, (r && !(r->property & P_state) && !(r->dynamic & D_alias)) ? unbound(r) : s, -1);
2758 matched = (r->property & P_state) != 0;
2778 if (!(r->property & P_state))

Completed in 53 milliseconds