Searched refs:count_spaces_until (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | pr_comment.c | 158 ps.n_comment_delta = 1 - count_spaces_until(1, start, buf_ptr - 2); in pr_comment() 179 if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2)) in pr_comment() 301 now_col = count_spaces_until(ps.com_col, s_com, e_com); in pr_comment()
|
H A D | indent.h | 34 int count_spaces_until(int, char *, char *);
|
H A D | io.c | 441 count_spaces_until(int cur, char *buffer, char *end) in count_spaces_until() function 476 return (count_spaces_until(cur, buffer, NULL)); in count_spaces()
|
H A D | indent.c | 600 ps.paren_indents[ps.p_l_follow - 1] = count_spaces_until(1, s_code, e_code) - 1; in main() 1070 count_spaces_until(compute_code_target(), s_code, e_code) > in main()
|