Searched refs:find_ident_under_cursor (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | normal.pro | 10 int find_ident_under_cursor(char_u **text, int find_type);
|
| /vim-8.2.3635/src/ |
| H A D | normal.c | 1510 find_ident_under_cursor(char_u **text, int find_type) in find_ident_under_cursor() function 2306 if ((len = find_ident_under_cursor(&ptr, FIND_IDENT)) == 0 in nv_gd() 3223 if (ptr == NULL && (len = find_ident_under_cursor(&ptr, in nv_zet() 3638 if (ptr == NULL && (n = find_ident_under_cursor(&ptr, in nv_ident() 4531 if ((len = find_ident_under_cursor(&ptr, FIND_IDENT)) == 0) in nv_brackets()
|
| H A D | register.c | 909 cnt = find_ident_under_cursor(argp, regname == Ctrl_W in get_spec_reg()
|
| H A D | popupwin.c | 133 int len = find_ident_under_cursor(&ptr, flags | FIND_NOERROR); in set_moved_columns()
|
| H A D | window.c | 565 if ((len = find_ident_under_cursor(&ptr, FIND_IDENT)) == 0) in do_window()
|
| H A D | ex_docmd.c | 8927 resultlen = find_ident_under_cursor(&result, in eval_vars()
|