Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dpr_comment.c107 ps.com_col = 1; in pr_comment()
122 ps.com_col = (ps.ind_level - ps.unindent_displace) * ps.ind_size + 1; in pr_comment()
124 if (ps.com_col <= 1) in pr_comment()
125 ps.com_col = 1 + !format_col1_comments; in pr_comment()
137 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind; in pr_comment()
138 if (ps.com_col < target_col) in pr_comment()
139 ps.com_col = ((target_col + 7) & ~7) + 1; in pr_comment()
140 if (ps.com_col + 24 > adj_max_col) in pr_comment()
141 adj_max_col = ps.com_col + 24; in pr_comment()
166 now_col = count_spaces(ps.com_col, s_com); /* figure what column we in pr_comment()
[all …]
H A Dio.c199 ps.com_col * 7, in dump_line()
210 int target = ps.com_col; in dump_line()
H A Dindent_globs.h251 int com_col; /* this is the column in which the current member