Lines Matching defs:max_col
1079 int i, r, c, rows, cols, nspace, max_col;
1091 internal_warningf("print_columns called with max_col=%zu > INT_MAX",
1096 max_col = (int)max_colz;
1106 * We use (max_col + 1) to consider the space separator.
1110 cols = x_cols / (max_col + 1);
1127 max_col = -max_col;
1128 nspace = (x_cols + max_col * cols) / cols;
1135 shf_fprintf(shf, "%*s", max_col,