Lines Matching defs:colwidth
310 int colwidth;341 colwidth = dp->maxlen;343 colwidth += dp->s_inode + 1;345 colwidth += dp->s_block + 1;347 colwidth += 1;349 colwidth = (colwidth + tabwidth) & ~(tabwidth - 1);350 if (termwidth < 2 * colwidth) {354 numcols = termwidth / colwidth;366 endcol = colwidth;385 endcol += colwidth;