Searched refs:oldrepcount (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c786 unsigned int oldrepcount; local
811 oldrepcount = list->initial.element[s].repcount;
818 list->initial.element[s+1].repcount = oldrepcount - t;
861 unsigned int oldrepcount = list->initial.element[s].repcount; local
863 list->initial.count + (t == 0 || t == oldrepcount - 1 ? 1 : 2);
865 if (t == 0 || t == oldrepcount - 1)
875 list->initial.element[s+1].repcount = oldrepcount - 1;
879 list->initial.element[s].repcount = oldrepcount - 1;
893 list->initial.element[s+2].repcount = oldrepcount - 1 - t;
H A Dformat-scheme.c789 unsigned int oldrepcount; local
814 oldrepcount = list->initial.element[s].repcount;
821 list->initial.element[s+1].repcount = oldrepcount - t;
864 unsigned int oldrepcount = list->initial.element[s].repcount; local
866 list->initial.count + (t == 0 || t == oldrepcount - 1 ? 1 : 2);
868 if (t == 0 || t == oldrepcount - 1)
878 list->initial.element[s+1].repcount = oldrepcount - 1;
882 list->initial.element[s].repcount = oldrepcount - 1;
896 list->initial.element[s+2].repcount = oldrepcount - 1 - t;

Completed in 99 milliseconds