Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c126 #define RULE_active 0x0001 /* active target */ macro
1561 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()