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

/freebsd-current/usr.bin/indent/
H A Dio.c68 target_col = 1; local
144 target_col = compute_code_target();
150 ps.paren_indents[i] = -(ps.paren_indents[i] + target_col);
152 cur_col = pad_output(cur_col, target_col);
155 fprintf(output, "%d", target_col * 7);
226 int target_col = opt.ind_size * ps.ind_level + 1; local
230 target_col += opt.continuation_indent *
233 target_col = paren_target;
239 && count_spaces(target_col, s_code) <= opt.max_col) {
241 if (t > target_col)
[all...]
H A Dpr_comment.c130 int target_col;
133 target_col = count_spaces(compute_code_target(), s_code);
135 target_col = 1;
137 target_col = count_spaces(compute_label_target(), s_lab);
140 if (ps.com_col <= target_col)
141 ps.com_col = opt.tabsize * (1 + (target_col - 1) / opt.tabsize) + 1;
129 int target_col; local

Completed in 283 milliseconds