Lines Matching defs:cols
1530 unsigned int i, r = 0, c, rows, cols, nspace, max_col;
1561 cols = (x_cols + 1) / (max_col + 2);
1564 if (cols < 2) {
1575 rows = (n + cols - 1) / cols;
1576 if (opts->prefcol && cols > rows) {
1577 cols = rows;
1578 rows = (n + cols - 1) / cols;
1581 nspace = (x_cols - max_col * cols) / cols;
1589 for (c = 0; c < cols; c++) {