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

/freebsd-current/usr.bin/indent/
H A Dpr_comment.c81 int now_col; /* column we are in now */
302 now_col = count_spaces_until(ps.com_col, s_com, e_com);
311 now_col++;
313 (now_col <= adj_max_col || !last_bl));
315 if (now_col > adj_max_col && !ps.box_com && e_com[-1] > ' ') {
80 int now_col; /* column we are in now */ local

Completed in 74 milliseconds