HomeSort by: relevance | last modified time | path
    Searched refs:equal_list (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
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));
303 equal_list (const struct format_arg_list *list1, function
3339 if (!equal_list (spec1->list, spec2->list))
3355 equal_list (intersection, spec2->list))))
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));
306 equal_list (const struct format_arg_list *list1, function
3277 if (!equal_list (spec1->list, spec2->list))
3293 equal_list (intersection, spec2->list))))

Completed in 15 milliseconds