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

/freebsd-9.3-release/usr.bin/indent/
H A Dpr_comment.c118 ps.com_col = 1;
138 ps.com_col = (ps.ind_level - ps.unindent_displace) * ps.ind_size + 1;
140 if (ps.com_col <= 1)
141 ps.com_col = 1 + !format_col1_comments;
153 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind;
154 if (ps.com_col < target_col)
155 ps.com_col = ((target_col + 7) & ~7) + 1;
156 if (ps.com_col + 24 > adj_max_col)
157 adj_max_col = ps.com_col + 24;
182 now_col = count_spaces(ps.com_col, s_co
[all...]
H A Dindent_globs.h258 int com_col; /* this is the column in which the current member in struct:parser_state
H A Dio.c210 ps.com_col * 7,
222 int target = ps.com_col;

Completed in 51 milliseconds