Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/indent/
Dpr_comment.c88 int now_col; /* column we are in now */ in pr_comment() local
309 now_col = count_spaces_until(ps.com_col, s_com, e_com); in pr_comment()
318 now_col++; in pr_comment()
320 (now_col <= adj_max_col || !last_bl)); in pr_comment()
322 if (now_col > adj_max_col && !ps.box_com && e_com[-1] > ' ') { in pr_comment()