Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dio.c238 if ((w = count_spaces(t, s_code) - opt.max_col) > 0 in compute_code_target()
239 && count_spaces(target_col, s_code) <= opt.max_col) { in compute_code_target()
H A Dindent_globs.h216 int max_col; /* the maximum allowable line length */ member
H A Dpr_comment.c89 adj_max_col = opt.max_col; in pr_comment()
H A Dindent.c184 max_col = 78; /* -l78 */ in main()
274 opt.block_comment_max_col = opt.max_col; in main()
1071 opt.max_col - opt.tabsize)) in main()
H A Dargs.c127 {"l", PRO_INT, 78, 0, &opt.max_col},
/freebsd/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++)