Searched refs:l_b (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-parse.c164 tre_literal_t *l_a = node_a->obj, *l_b = node_b->obj; local
165 int a_min = l_a->code_min, b_min = l_b->code_min;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c3050 ReqOptionList *l_b = b->options;
3055 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL)))
3058 ReqOrOptionList *l_or_b = l_b->or_option_terms;
3059 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL)))
3092 l_b = l_b->next;
3094 if (l_a || l_b)
3044 ReqOptionList *l_b = b->options; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c3050 ReqOptionList *l_b = b->options;
3055 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL)))
3058 ReqOrOptionList *l_or_b = l_b->or_option_terms;
3059 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL)))
3092 l_b = l_b->next;
3094 if (l_a || l_b)
3044 ReqOptionList *l_b = b->options; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c3050 ReqOptionList *l_b = b->options;
3055 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL)))
3058 ReqOrOptionList *l_or_b = l_b->or_option_terms;
3059 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL)))
3092 l_b = l_b->next;
3094 if (l_a || l_b)
3044 ReqOptionList *l_b = b->options; local

Completed in 186 milliseconds