Searched refs:repcount (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c72 unsigned int repcount; /* Number of consecutive arguments this constraint member in struct:format_arg
152 ASSERT (e->repcount > 0);
170 total_repcount += list->initial.element[i].repcount;
179 total_repcount += list->repeated.element[i].repcount;
223 newelement->repcount = oldelement->repcount;
257 length += list->initial.element[i].repcount;
276 length += list->repeated.element[i].repcount;
291 ignoring the repcount. */
319 if (!(e1->repcount
[all...]
H A Dformat-scheme.c75 unsigned int repcount; /* Number of consecutive arguments this constraint member in struct:format_arg
155 ASSERT (e->repcount > 0);
173 total_repcount += list->initial.element[i].repcount;
182 total_repcount += list->repeated.element[i].repcount;
226 newelement->repcount = oldelement->repcount;
260 length += list->initial.element[i].repcount;
279 length += list->repeated.element[i].repcount;
294 ignoring the repcount. */
322 if (!(e1->repcount
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dannotate.c583 annotate_elt_rep (unsigned int repcount)
586 printf_filtered (("\n\032\032elt-rep %u\n"), repcount);
579 annotate_elt_rep(unsigned int repcount) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dannotate.c583 annotate_elt_rep (unsigned int repcount)
586 printf_unfiltered (("\n\032\032elt-rep %u\n"), repcount);
579 annotate_elt_rep(unsigned int repcount) argument

Completed in 201 milliseconds