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

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

Completed in 33 milliseconds