ind_add
ps.decl_ind = ind_add(0, code.s, code.len) + 1;
int ind = ind_add(base, code.s, code.len);
paren_stack_push(&ps.paren, ind_add(0, code.s, code.len), cast);
paren_stack_push(&ps.paren, ind_add(0, code.s, code.len), cast_no);
ind_add(compute_code_indent(), code.s, code.len)
int ind0 = code.len > 0 ? ind_add(0, code.s, code.len) + 1 : 0;
ps.decl_ind = ind_add(ind0, token.s, token.len) + 1;
int ind_add(int, const char *, size_t);
out_ind = ind_add(out_ind, s, len);
int overflow = ind_add(ind, code.s, code.len) - opt.max_line_length;
&& ind_add(base_ind, code.s, code.len) < opt.max_line_length) {
? ind_add(compute_code_indent(), code.s, code.len)
: ind_add(compute_label_indent(), lab.s, lab.len);
ps.comment_shift = -ind_add(0, in.line.s, len);
int ind = ind_add(ps.comment_ind, com.s, com.len);
if (ind_add(ps.comment_ind, com.s, len) + 3 > line_length)
int ind = ind_add(ps.comment_ind + 3,