HomeSort by: relevance | last modified time | path
    Searched defs:maxwidth (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/df/
df.c 99 int ch, maxwidth, width; local in function:main
259 maxwidth = 0;
268 if (width > maxwidth)
269 maxwidth = width;
276 prtstat(&mntbuf[i], maxwidth);
280 prtstat(&totals, maxwidth);
447 prtstat(const struct statvfs *sfsp, int maxwidth)
510 if (maxwidth < 12)
511 maxwidth = 12;
561 maxwidth, maxwidth, "Filesystem"
    [all...]
  /src/bin/csh/
file.c 307 size_t c, columns, i, maxwidth, r, rows; local in function:print_by_column
309 maxwidth = 0;
314 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r;
315 maxwidth += 2; /* for the file tag and space */
316 columns = win.ws_col / maxwidth;
330 for (; w < maxwidth; w++)

Completed in 15 milliseconds