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;
|