Lines Matching refs:width
261 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot;
281 width = 0;
309 width = va_arg(ap, int);
310 if (width < 0) {
312 width = -width;
334 width = n;
365 if (!width)
366 width = 16;
367 while(width--) {
371 if (width)
419 sharpflag = (width == 0);
441 width -= n;
443 if (!ladjust && width > 0)
444 while (width--)
448 if (ladjust && width > 0)
449 while (width--)
464 width -= n;
466 if (!ladjust && width > 0)
467 while (width--)
471 if (ladjust && width > 0)
472 while (width--)
546 dwidth = width - tmp;
547 width -= tmp + imax(dwidth, n);
550 while (width-- > 0)
569 while (width-- > 0)