Home
last modified time | relevance | path

Searched refs:repcount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c72 unsigned int repcount; /* Number of consecutive arguments this constraint member
152 ASSERT (e->repcount > 0); in verify_element()
170 total_repcount += list->initial.element[i].repcount; in verify_list()
179 total_repcount += list->repeated.element[i].repcount; in verify_list()
223 newelement->repcount = oldelement->repcount; in copy_element()
257 length += list->initial.element[i].repcount; in copy_list()
276 length += list->repeated.element[i].repcount; in copy_list()
319 if (!(e1->repcount == e2->repcount && equal_element (e1, e2))) in equal_list()
331 if (!(e1->repcount == e2->repcount && equal_element (e1, e2))) in equal_list()
421 list->initial.element[j-1].repcount += in normalize_outermost_list()
[all …]
H A Dformat-scheme.c75 unsigned int repcount; /* Number of consecutive arguments this constraint member
155 ASSERT (e->repcount > 0); in verify_element()
173 total_repcount += list->initial.element[i].repcount; in verify_list()
182 total_repcount += list->repeated.element[i].repcount; in verify_list()
226 newelement->repcount = oldelement->repcount; in copy_element()
260 length += list->initial.element[i].repcount; in copy_list()
279 length += list->repeated.element[i].repcount; in copy_list()
322 if (!(e1->repcount == e2->repcount && equal_element (e1, e2))) in equal_list()
334 if (!(e1->repcount == e2->repcount && equal_element (e1, e2))) in equal_list()
424 list->initial.element[j-1].repcount += in normalize_outermost_list()
[all …]