Lines Matching refs:width
182 width -= workend - string + prec;
186 width -= 2;
189 --width;
194 width = 0;
210 width += prec;
222 --width;
227 --width;
232 --width;
239 width -= 2;
242 width -= workend - string + prec;
246 int temp = width;
247 width = prec;
249 width = temp;
342 --width; /* Account for the character itself. */
386 (s, (const char *) string, prec, width, left, done); in LABEL()
411 (s, (const wchar_t *) string, prec, width, left, done); in LABEL()
419 if ((width -= len) < 0) in LABEL()
437 --width; in LABEL()
462 width -= len; in LABEL()