Searched refs:max_col (Results 1 – 6 of 6) sorted by relevance
246 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()
217 int max_col; /* the maximum allowable line length */ member
193 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()
97 adj_max_col = opt.max_col; in pr_comment()
135 {"l", PRO_INT, 78, 0, &opt.max_col},
3368 int retry_cnt, max_col, i; local3456 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++)