Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c2100 unsigned int p, n, i, si, ti, j, sj, tj, splitindex, newcount; in make_repeated_list() local
2272 splitindex = initial_splitelement (list, n - p); in make_repeated_list()
2273 newcount = list->initial.count - splitindex; in make_repeated_list()
2280 for (i = splitindex, j = 0; i < n; i++, j++) in make_repeated_list()
2284 list->initial.count = splitindex; in make_repeated_list()
H A Dformat-scheme.c2123 unsigned int p, n, i, si, ti, j, sj, tj, splitindex, newcount; in make_repeated_list() local
2295 splitindex = initial_splitelement (list, n - p); in make_repeated_list()
2296 newcount = list->initial.count - splitindex; in make_repeated_list()
2303 for (i = splitindex, j = 0; i < n; i++, j++) in make_repeated_list()
2307 list->initial.count = splitindex; in make_repeated_list()