Searched refs:com_col (Results 1 – 3 of 3) sorted by relevance
103 ps.com_col = 1; in pr_comment()123 ps.com_col = (ps.ind_level - opt.unindent_displace) * opt.ind_size + 1; in pr_comment()125 if (ps.com_col <= 1) in pr_comment()126 ps.com_col = 1 + !opt.format_col1_comments; in pr_comment()138 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind; in pr_comment()139 if (ps.com_col <= target_col) in pr_comment()140 ps.com_col = opt.tabsize * (1 + (target_col - 1) / opt.tabsize) + 1; in pr_comment()141 if (ps.com_col + 24 > adj_max_col) in pr_comment()142 adj_max_col = ps.com_col + 24; in pr_comment()179 if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2)) in pr_comment()[all …]
272 int com_col; /* this is the column in which the current member
161 int target = ps.com_col; in dump_line()