HomeSort by: relevance | last modified time | path
    Searched refs:oldrepcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 792 unsigned int oldrepcount; local
817 oldrepcount = list->initial.element[s].repcount;
824 list->initial.element[s+1].repcount = oldrepcount - t;
867 unsigned int oldrepcount = list->initial.element[s].repcount; local
869 list->initial.count + (t == 0 || t == oldrepcount - 1 ? 1 : 2);
871 if (t == 0 || t == oldrepcount - 1)
881 list->initial.element[s+1].repcount = oldrepcount - 1;
885 list->initial.element[s].repcount = oldrepcount - 1;
899 list->initial.element[s+2].repcount = oldrepcount - 1 - t;
format-scheme.c 795 unsigned int oldrepcount; local
820 oldrepcount = list->initial.element[s].repcount;
827 list->initial.element[s+1].repcount = oldrepcount - t;
870 unsigned int oldrepcount = list->initial.element[s].repcount; local
872 list->initial.count + (t == 0 || t == oldrepcount - 1 ? 1 : 2);
874 if (t == 0 || t == oldrepcount - 1)
884 list->initial.element[s+1].repcount = oldrepcount - 1;
888 list->initial.element[s].repcount = oldrepcount - 1;
902 list->initial.element[s+2].repcount = oldrepcount - 1 - t;

Completed in 130 milliseconds