Searched refs:equal_list (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | format-lisp.c | 134 static bool equal_list (const struct format_arg_list *list1, 297 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true)); in equal_element() 303 equal_list (const struct format_arg_list *list1, in equal_list() function 3339 if (!equal_list (spec1->list, spec2->list)) in format_check() 3355 equal_list (intersection, spec2->list)))) in format_check()
|
| H A D | format-scheme.c | 137 static bool equal_list (const struct format_arg_list *list1, 300 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true)); in equal_element() 306 equal_list (const struct format_arg_list *list1, in equal_list() function 3277 if (!equal_list (spec1->list, spec2->list)) in format_check() 3293 equal_list (intersection, spec2->list)))) in format_check()
|
| H A D | ChangeLog.0 | 135 copy_element, copy_list, equal_element, equal_list,
|