Lines Matching defs:target_ind
289 int target_ind = compute_code_indent();
294 -1 - (paren_ind + target_ind);
299 ps.paren.item[i].indent, target_ind + 1);
303 if (lab.len > 0 && target_ind <= out_ind)
305 write_indent(target_ind);
312 int target_ind = ps.comment_ind;
316 target_ind += ps.comment_shift;
321 target_ind += opt.tabsize;
323 for (; target_ind < 0; p++) {
325 target_ind++;
327 target_ind = next_tab(target_ind);
329 target_ind = 0;
334 if (out_ind > target_ind)
341 write_indent(target_ind);