Searched refs:max_col (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h216 int max_col; /* the maximum allowable line length */ member in struct:options
H A Dio.c238 if ((w = count_spaces(t, s_code) - opt.max_col) > 0
239 && count_spaces(target_col, s_code) <= opt.max_col) {
H A Dpr_comment.c82 int adj_max_col; /* Adjusted max_col for when we decide to
90 adj_max_col = opt.max_col;
H A Dargs.c127 {"l", PRO_INT, 78, 0, &opt.max_col},
H A Dindent.c184 max_col = 78; /* -l78 */
274 opt.block_comment_max_col = opt.max_col;
1071 opt.max_col - opt.tabsize))
/freebsd-current/contrib/sendmail/src/
H A Dmap.c3518 int retry_cnt, max_col, i; local
3606 max_col = COL_MAX(res);
3609 for (i = 0; i < max_col; i++)
3614 if (i == max_col)
3626 map->map_valcolno = max_col - 1;
3630 for (i = 0; i< max_col; i++)

Completed in 112 milliseconds