Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dpr_comment.c81 int adj_max_col; /* Adjusted max_col for when we decide to in pr_comment() local
89 adj_max_col = opt.max_col; in pr_comment()
124 adj_max_col = opt.block_comment_max_col; in pr_comment()
141 if (ps.com_col + 24 > adj_max_col) in pr_comment()
142 adj_max_col = ps.com_col + 24; in pr_comment()
179 if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2)) in pr_comment()
312 (now_col <= adj_max_col || !last_bl)); in pr_comment()
314 if (now_col > adj_max_col && !ps.box_com && e_com[-1] > ' ') { in pr_comment()