Lines Matching defs:width
311 unsigned width, flags = toys.optflags, totals[8], len[8], totpad = 0,
370 for (width = 0; width<8; width++)
371 if (len[width]>totals[width]) totals[width] = len[width];
385 // or > 1/2 screen width (one char filename, one space).
412 width = 0;
436 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) {
438 width = 0;
441 width += 2-mm;
444 width += *len;
539 if (width) xputc('\n');