Searched refs:RULE_active (Results 1 – 1 of 1) sorted by relevance
126 #define RULE_active 0x0001 /* active target */ macro1561 if (r->flags & RULE_active) in make()1713 if (r->flags & RULE_active) in make()1728 if ((r->flags & (RULE_active|RULE_error|RULE_made)) == RULE_active) in verify()1971 …if (!state.active && (!(r->flags & RULE_active) || !(r = (Rule_t*)search(state.leaf, r->name, NiL)… in descend()1985 if (r->flags & RULE_active) in active()2328 rule(s)->flags |= RULE_active; in main()