HomeSort by relevance Sort by last modified time
    Searched defs:max_col (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 182 int max_line,max_col; member in struct:struct_pad_info
  /external/mksh/src/
misc.c 1174 unsigned int i, r, c, rows, cols, nspace, max_col; local
1183 "max_col", max_colz);
1187 max_col = (unsigned int)max_colz;
1200 * We use (max_col + 1) to consider the space separator.
1204 cols = x_cols / (max_col + 1);
1221 max_col = -max_col;
1222 nspace = (x_cols + max_col * cols) / cols;
1229 shf_fprintf(shf, "%*s", max_col,
    [all...]

Completed in 31 milliseconds