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

/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dmamake.c126 #define RULE_active 0x0001 /* active target */ macro
1561 if (r->flags & RULE_active)
1713 if (r->flags & RULE_active)
1728 if ((r->flags & (RULE_active|RULE_error|RULE_made)) == RULE_active)
1971 if (!state.active && (!(r->flags & RULE_active) || !(r = (Rule_t*)search(state.leaf, r->name, NiL))))
1985 if (r->flags & RULE_active)
2328 rule(s)->flags |= RULE_active;

Completed in 103 milliseconds