Searched refs:target_col (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.bin/indent/
H A Dio.c65 target_col = 1; local
147 target_col = compute_code_target();
153 ps.paren_indents[i] = -(ps.paren_indents[i] + target_col);
155 cur_col = pad_output(cur_col, target_col);
158 fprintf(output, "%d", target_col * 7);
212 target_col * 7);
294 int target_col = ps.ind_size * ps.ind_level + 1; local
298 target_col += continuation_indent
305 && count_spaces(target_col, s_code) <= max_col) {
307 if (t > target_col)
[all...]
H A Dpr_comment.c144 int target_col;
147 target_col = count_spaces(compute_code_target(), s_code);
149 target_col = 1;
151 target_col = count_spaces(compute_label_target(), s_lab);
154 if (ps.com_col < target_col)
155 ps.com_col = ((target_col + 7) & ~7) + 1;
143 int target_col; local

Completed in 77 milliseconds