Home | History | Annotate | Download | only in src

Lines Matching refs:cols

1237 	unsigned int i, r = 0, c, rows, cols, nspace, max_col;
1268 cols = (x_cols + 1) / (max_col + 2);
1271 if (cols < 2) {
1282 rows = (n + cols - 1) / cols;
1283 if (opts->prefcol && cols > rows) {
1284 cols = rows;
1285 rows = (n + cols - 1) / cols;
1288 nspace = (x_cols - max_col * cols) / cols;
1296 for (c = 0; c < cols; c++) {