HomeSort by: relevance | last modified time | path
    Searched defs:target_ind (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/indent/
io.c 289 int target_ind = compute_code_indent(); local
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; local
316 target_ind += ps.comment_shift;
321 target_ind += opt.tabsize;
323 for (; target_ind < 0; p++) {
325 target_ind++
    [all...]

Completed in 17 milliseconds