Lines Matching defs:place
65 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
519 int place = 0;
544 convert[place++] =
548 } while(uvalue && (place < 20));
549 if (place == 20) place--;
550 convert[place] = 0;
552 zpadlen = max - place;
553 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
564 printf("zpad: %d, spad: %d, min: %d, max: %d, place: %d\n",
565 zpadlen, spadlen, min, max, place);
587 while (place > 0) {
588 --place;
589 DOPR_OUTCH(buffer, *currlen, maxlen, convert[place]);