Home
last modified time | relevance | path

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

/NextBSD/usr.bin/indent/
HDpr_comment.c85 int adj_max_col; /* Adjusted max_col for when we decide to in pr_comment() local
101 adj_max_col = max_col; in pr_comment()
138 adj_max_col = block_comment_max_col; in pr_comment()
155 if (ps.com_col + 24 > adj_max_col) in pr_comment()
156 adj_max_col = ps.com_col + 24; in pr_comment()
178 adj_max_col = 80; in pr_comment()
379 if (now_col > adj_max_col && !ps.box_com && unix_comment == 1 && e_com[-1] > ' ') { in pr_comment()