Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c454 unsigned int m, repcount0_extra; in normalize_outermost_list() local
458 repcount0_extra = 0; in normalize_outermost_list()
463 repcount0_extra = list->repeated.element[n-1].repcount; in normalize_outermost_list()
476 + (i == 0 ? repcount0_extra : 0) in normalize_outermost_list()
H A Dformat-scheme.c457 unsigned int m, repcount0_extra; in normalize_outermost_list() local
461 repcount0_extra = 0; in normalize_outermost_list()
466 repcount0_extra = list->repeated.element[n-1].repcount; in normalize_outermost_list()
479 + (i == 0 ? repcount0_extra : 0) in normalize_outermost_list()