Searched refs:com_col (Results 1 – 3 of 3) sorted by relevance
109 ps.com_col = 1; in pr_comment()129 ps.com_col = (ps.ind_level - opt.unindent_displace) * opt.ind_size + 1; in pr_comment()131 if (ps.com_col <= 1) in pr_comment()132 ps.com_col = 1 + !opt.format_col1_comments; in pr_comment()144 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind; in pr_comment()145 if (ps.com_col <= target_col) in pr_comment()146 ps.com_col = opt.tabsize * (1 + (target_col - 1) / opt.tabsize) + 1; in pr_comment()147 if (ps.com_col + 24 > adj_max_col) in pr_comment()148 adj_max_col = ps.com_col + 24; in pr_comment()185 if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2)) in pr_comment()[all …]
274 int com_col; /* this is the column in which the current member
167 int target = ps.com_col; in dump_line()