Home | History | Annotate | Download | only in src

Lines Matching defs:max_col

1471 	unsigned int i, r = 0, c, rows, cols, nspace, max_col;
1480 "max_col", max_colz);
1484 max_col = (unsigned int)max_colz;
1497 * We use (max_col + 2) to consider the separator space.
1502 cols = (x_cols + 1) / (max_col + 2);
1522 nspace = (x_cols - max_col * cols) / cols;
1525 max_col = -max_col;
1538 (int)max_col, str, (int)nspace, null);