Searched refs:P_operator (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/nmake/
H A Ddump.c104 !(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))
204 if (r->property & P_operator)
386 if (r->property & P_operator)
H A Dparse.c1618 if (!(*opr = getrule(s - 1)) || !((*opr)->property & P_operator))
1628 if (!op || !(*opr = getrule(s - 1)) || !((*opr)->property & P_operator))
2094 if (internal.assert_p->prereqs && (opr = associate(internal.assert_p, NiL, lhs, NiL)) && opr->prereqs && (opr = opr->prereqs->rule) && (opr->property & P_operator) && !opr->uname)
2335 att->rule.property |= P_operator;
2530 if (!internal.main->prereqs && !state.global && !(set.rule.property & P_operator) && !(set.op & A_special) && !special(r) && !special(&set.rule))
2646 if (s && r->action != s && !state.user && !(set.rule.property & P_operator) && !(set.op & A_special) && !special(r) && !special(&set.rule))
2673 if (set.rule.property & P_operator)
2679 r->property |= P_operator;
2779 if (internal.assign_p->prereqs && (r = associate(internal.assign_p, NiL, lhs, NiL)) && r->prereqs && (r = r->prereqs->rule) && (r->property & P_operator) && !r->uname)
H A Dcommand.c190 x->property = r->property & (P_make|P_operator);
191 if (x->property & P_operator)
205 if ((r->property & (P_make|P_operator)) == (P_make|P_operator))
H A Drule.c274 if (r->property & (P_functional|P_metarule|P_operator|P_repeat|P_state))
888 n |= x->property & ~(P_attribute|P_immediate|P_implicit|P_internal|P_operator|P_readonly|P_state|P_staterule|P_statevar|P_target);
940 if (a == internal.op) return n & P_operator;
1483 ATTR(op, ".OPERATOR", P_operator);
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)
305 #define P_operator (1L<<20) /* rule is an operator */ macro
H A Dmake.c818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual)) && ((r->property & P_implicit) || !r->action && !explicit))

Completed in 55 milliseconds