Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dpr_comment.c80 int now_col; /* column we are in now */ in pr_comment() local
301 now_col = count_spaces_until(ps.com_col, s_com, e_com); in pr_comment()
310 now_col++; 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()