Searched refs:l_b (Results 1 – 1 of 1) sorted by relevance
2867 ReqOptionList *l_b = b->options; in transition_rule_cmp() local2872 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()2875 ReqOrOptionList *l_or_b = l_b->or_option_terms; in transition_rule_cmp()2876 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()2909 l_b = l_b->next; in transition_rule_cmp()2911 if (l_a || l_b) in transition_rule_cmp()