Searched refs:file_name_at_cursor (Results 1 – 4 of 4) sorted by relevance
11 char_u *file_name_at_cursor(int options, long count, linenr_T *file_lnum);
1959 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
899 *argp = file_name_at_cursor(FNAME_MESS | FNAME_HYP in get_spec_reg()
9043 result = file_name_at_cursor(FNAME_MESS|FNAME_HYP, 1L, NULL); in eval_vars()