Home
last modified time | relevance | path

Searched refs:file_name_at_cursor (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfindfile.pro11 char_u *file_name_at_cursor(int options, long count, linenr_T *file_lnum);
/vim-8.2.3635/src/
H A Dfindfile.c1959 return file_name_at_cursor(options | FNAME_HYP, count, file_lnum); in grab_file_name()
1976 file_name_at_cursor(int options, long count, linenr_T *file_lnum) in file_name_at_cursor() function
H A Dregister.c899 *argp = file_name_at_cursor(FNAME_MESS | FNAME_HYP in get_spec_reg()
H A Dex_docmd.c9043 result = file_name_at_cursor(FNAME_MESS|FNAME_HYP, 1L, NULL); in eval_vars()