Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c163 unsigned int total_repcount; in verify_list() local
166 total_repcount = 0; in verify_list()
170 total_repcount += list->initial.element[i].repcount; in verify_list()
172 ASSERT (total_repcount == list->initial.length); in verify_list()
175 total_repcount = 0; in verify_list()
179 total_repcount += list->repeated.element[i].repcount; in verify_list()
181 ASSERT (total_repcount == list->repeated.length); in verify_list()
H A Dformat-scheme.c166 unsigned int total_repcount; in verify_list() local
169 total_repcount = 0; in verify_list()
173 total_repcount += list->initial.element[i].repcount; in verify_list()
175 ASSERT (total_repcount == list->initial.length); in verify_list()
178 total_repcount = 0; in verify_list()
182 total_repcount += list->repeated.element[i].repcount; in verify_list()
184 ASSERT (total_repcount == list->repeated.length); in verify_list()