Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c1679 static void *fdip_search_ctx = NULL; variable
1686 vim_findfile_cleanup(fdip_search_ctx); in free_findfile()
1853 vim_findfile_free_visited(fdip_search_ctx); in find_file_in_path_option()
1862 file_name = vim_findfile(fdip_search_ctx); in find_file_in_path_option()
1876 vim_findfile_cleanup(fdip_search_ctx); in find_file_in_path_option()
1877 fdip_search_ctx = NULL; in find_file_in_path_option()
1894 fdip_search_ctx = vim_findfile_init(buf, ff_file_to_find, in find_file_in_path_option()
1896 fdip_search_ctx, FALSE, rel_fname); in find_file_in_path_option()
1897 if (fdip_search_ctx != NULL) in find_file_in_path_option()