Searched refs:in_cinkeys (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | cindent.pro | 7 int in_cinkeys(int keytyped, int when, int line_is_empty);
|
| /vim-8.2.3635/src/ |
| H A D | edit.c | 745 if (in_cinkeys(c, '!', line_is_white)) in edit() 747 if (can_cindent && in_cinkeys(c, '*', line_is_white) in edit() 1399 if (in_cinkeys(c, ' ', line_is_white)) in edit()
|
| H A D | cindent.c | 2125 if (*theline == '#' && (*linecopy == '#' || in_cinkeys('#', ' ', TRUE))) in get_c_indent() 3876 in_cinkeys( in in_cinkeys() function
|
| H A D | indent.c | 1119 (curbuf->b_p_cin && in_cinkeys('#', ' ', TRUE) in preprocs_left()
|
| H A D | change.c | 2260 && in_cinkeys(dir == FORWARD in open_line()
|
| H A D | insexpand.c | 2142 if (want_cindent && in_cinkeys(KEY_COMPLETE, ' ', inindent(0))) in ins_compl_prep()
|