Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bart/
H A Drules.c561 struct rule *this_rule; in add_modifier() local
574 for (this_rule = rule; this_rule != NULL; this_rule = this_rule->next) { in add_modifier()
581 new_mod_ptr->next = this_rule->modifiers; in add_modifier()
582 this_rule->modifiers = new_mod_ptr; in add_modifier()
583 } else if (this_rule->modifiers == NULL) in add_modifier()
584 this_rule->modifiers = new_mod_ptr; in add_modifier()
586 curr_mod_ptr = this_rule->modifiers; in add_modifier()