Searched defs:max_col (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.h182 int max_line,max_col; member in struct:struct_pad_info
/external/mksh/src/
H A Dmisc.c1079 int i, r, c, rows, cols, nspace, max_col; local
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,

Completed in 3801 milliseconds