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

/freebsd-current/usr.bin/indent/
H A Dpr_comment.c104 ps.com_col = 1;
124 ps.com_col = (ps.ind_level - opt.unindent_displace) * opt.ind_size + 1;
126 if (ps.com_col <= 1)
127 ps.com_col = 1 + !opt.format_col1_comments;
139 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind;
140 if (ps.com_col <= target_col)
141 ps.com_col = opt.tabsize * (1 + (target_col - 1) / opt.tabsize) + 1;
142 if (ps.com_col + 24 > adj_max_col)
143 adj_max_col = ps.com_col + 24;
180 if (adj_max_col >= count_spaces_until(ps.com_col, buf_pt
[all...]
H A Dindent_globs.h272 int com_col; /* this is the column in which the current member in struct:parser_state
H A Dio.c161 int target = ps.com_col;

Completed in 74 milliseconds