Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/indent/
Dio.c246 if ((w = count_spaces(t, s_code) - opt.max_col) > 0 in compute_code_target()
247 && count_spaces(target_col, s_code) <= opt.max_col) { in compute_code_target()
Dindent_globs.h217 int max_col; /* the maximum allowable line length */ member
Dindent.c193 max_col = 78; /* -l78 */ in main()
283 opt.block_comment_max_col = opt.max_col; in main()
1080 opt.max_col - opt.tabsize)) in main()
Dpr_comment.c97 adj_max_col = opt.max_col; in pr_comment()
Dargs.c135 {"l", PRO_INT, 78, 0, &opt.max_col},
/freebsd-12-stable/contrib/sendmail/src/
Dmap.c3368 int retry_cnt, max_col, i; local
3456 max_col = COL_MAX(res);
3459 for (i = 0; i < max_col; i++)
3464 if (i == max_col)
3476 map->map_valcolno = max_col - 1;
3480 for (i = 0; i< max_col; i++)