Lines Matching refs:active
126 #define RULE_active 0x0001 /* active target */
228 int active; /* targets currently active */
1562 state.active++;
1620 if (cmd && state.active && (state.force || r->time < z || !r->time && !z))
1646 if (state.active)
1714 state.active--;
1720 * verify that active targets were made
1971 if (!state.active && (!(r->flags & RULE_active) || !(r = (Rule_t*)search(state.leaf, r->name, NiL))))
1977 * append the non-leaf active targets to state.opt
1981 active(Dict_item_t* item, void* handle)
1988 state.active = 0;
2045 * grab the non-leaf active targets
2048 if (!state.active)
2050 state.active = 1;
2051 walk(state.rules, active, NiL);
2080 state.active = 1;
2329 state.active = 0;
2364 * verify that active targets were made
2367 if (!state.active && !state.verified)