Lines Matching refs:place
65 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
561 int place = 0;
586 convert[place++] =
590 } while(uvalue && (place < 20));
591 if (place == 20) place--;
592 convert[place] = 0;
594 zpadlen = max - place;
595 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
606 printf("zpad: %d, spad: %d, min: %d, max: %d, place: %d\n",
607 zpadlen, spadlen, min, max, place);
629 while (place > 0) {
630 --place;
631 DOPR_OUTCH(buffer, *currlen, maxlen, convert[place]);