xref: /vim-8.2.3635/src/proto/cindent.pro (revision 14c01f83)
1/* cindent.c */
2int cin_is_cinword(char_u *line);
3pos_T *find_start_comment(int ind_maxcomment);
4int cindent_on(void);
5void parse_cino(buf_T *buf);
6int get_c_indent(void);
7int in_cinkeys(int keytyped, int when, int line_is_empty);
8void do_c_expr_indent(void);
9void f_cindent(typval_T *argvars, typval_T *rettv);
10/* vim: set ft=c : */
11