count_spaces_until
count_spaces_until(compute_code_target(), s_code, e_code) >
ps.paren_indents[ps.p_l_follow - 1] = count_spaces_until(1, s_code, e_code) - 1;
int count_spaces_until(int, char *, char *);
return (count_spaces_until(cur, buffer, NULL));
ps.n_comment_delta = 1 - count_spaces_until(1, start, buf_ptr - 2);
if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2))
now_col = count_spaces_until(ps.com_col, s_com, e_com);