Searched refs:rel_fname (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | findfile.pro | 2 … int level, int free_visited, int find_what, void *search_ctx_arg, int tagfile, char_u *rel_fname); 6 char_u *find_file_in_path(char_u *ptr, int len, int options, int first, char_u *rel_fname); 8 char_u *find_directory_in_path(char_u *ptr, int len, int options, char_u *rel_fname); 9 …en, int options, int first, char_u *path_option, int find_what, char_u *rel_fname, char_u *suffixe… 12 char_u *file_name_in_line(char_u *line, int col, int options, long count, char_u *rel_fname, linenr… 13 char_u *find_file_name_in_path(char_u *ptr, int len, int options, long count, char_u *rel_fname);
|
| /vim-8.2.3635/src/ |
| H A D | findfile.c | 226 ff_fn_search_context, rel_fname); 309 char_u *rel_fname) // file name to use for "." in vim_findfile_init() argument 363 && rel_fname != NULL) in vim_findfile_init() 365 int len = (int)(gettail(rel_fname) - rel_fname); in vim_findfile_init() 1675 FINDFILE_BOTH, rel_fname, curbuf->b_p_sua); in find_file_in_path() 1810 && rel_fname != NULL in find_file_in_path_option() 1811 && STRLEN(rel_fname) + l < MAXPATHL) in find_file_in_path_option() 1813 STRCPY(NameBuff, rel_fname); in find_file_in_path_option() 1896 fdip_search_ctx, FALSE, rel_fname); in find_file_in_path_option() 2144 TRUE, rel_fname); in find_file_name_in_path() [all …]
|