Searched refs:l_b (Results 1 – 3 of 3) sorted by relevance
164 tre_literal_t *l_a = node_a->obj, *l_b = node_b->obj; in tre_compare_items() local165 int a_min = l_a->code_min, b_min = l_b->code_min; in tre_compare_items()
3031 ReqOptionList *l_b = b->options; in transition_rule_cmp() local3036 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()3039 ReqOrOptionList *l_or_b = l_b->or_option_terms; in transition_rule_cmp()3040 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()3073 l_b = l_b->next; in transition_rule_cmp()3075 if (l_a || l_b) in transition_rule_cmp()
3044 ReqOptionList *l_b = b->options; in transition_rule_cmp() local3049 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()3052 ReqOrOptionList *l_or_b = l_b->or_option_terms; in transition_rule_cmp()3053 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp()3086 l_b = l_b->next; in transition_rule_cmp()3088 if (l_a || l_b) in transition_rule_cmp()