Searched refs:FAT_LIST (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dformat-lisp.c65 FAT_LIST, /* Meant for proper lists. */ enumerator in enum:format_arg_type
78 struct format_arg_list *list; /* For FAT_LIST: List elements. */
153 if (e->type == FAT_LIST)
193 if (element->type == FAT_LIST)
226 if (oldelement->type == FAT_LIST)
297 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true));
573 if (list->initial.element[i].type == FAT_LIST)
577 if (list->repeated.element[i].type == FAT_LIST)
963 if (re->type == FAT_LIST)
969 if (re->type == FAT_LIST)
[all...]
H A Dformat-scheme.c69 FAT_LIST, /* Meant for proper lists. */ enumerator in enum:format_arg_type
81 struct format_arg_list *list; /* For FAT_LIST: List elements. */
156 if (e->type == FAT_LIST)
196 if (element->type == FAT_LIST)
229 if (oldelement->type == FAT_LIST)
300 && (e1->type == FAT_LIST ? equal_list (e1->list, e2->list) : true));
576 if (list->initial.element[i].type == FAT_LIST)
580 if (list->repeated.element[i].type == FAT_LIST)
966 if (re->type == FAT_LIST)
972 if (re->type == FAT_LIST)
[all...]

Completed in 101 milliseconds