Searched refs:max_col (Results 1 – 6 of 6) sorted by relevance
238 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()
216 int max_col; /* the maximum allowable line length */ member
89 adj_max_col = opt.max_col; in pr_comment()
184 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()
127 {"l", PRO_INT, 78, 0, &opt.max_col},
3518 int retry_cnt, max_col, i; local3606 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++)