HomeSort by: relevance | last modified time | path
    Searched refs:ind_add (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/indent/
pr_comment.c 69 int ind = ind_add(ps.comment_ind + 3,
120 ? ind_add(compute_code_indent(), code.s, code.len)
121 : ind_add(compute_label_indent(), lab.s, lab.len);
137 ps.comment_shift = -ind_add(0, in.line.s, len);
173 int ind = ind_add(ps.comment_ind, com.s, com.len);
259 if (ind_add(ps.comment_ind, com.s, len) + 3 > line_length)
io.c 143 out_ind = ind_add(out_ind, s, len);
249 int overflow = ind_add(ind, code.s, code.len) - opt.max_line_length;
251 && ind_add(base_ind, code.s, code.len) < opt.max_line_length) {
indent.c 170 ind_add(int ind, const char *s, size_t len) function in typeref:typename:int
374 int ind = ind_add(base, code.s, code.len);
637 paren_stack_push(&ps.paren, ind_add(0, code.s, code.len), cast);
700 paren_stack_push(&ps.paren, ind_add(0, code.s, code.len), cast_no);
879 ind_add(compute_code_indent(), code.s, code.len)
977 int ind0 = code.len > 0 ? ind_add(0, code.s, code.len) + 1 : 0;
978 ps.decl_ind = ind_add(ind0, token.s, token.len) + 1;
1006 ps.decl_ind = ind_add(0, code.s, code.len) + 1;
indent.h 489 int ind_add(int, const char *, size_t);

Completed in 13 milliseconds