Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfindfile.pro13 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 Dfindfile.c1956 return find_file_name_in_path(ptr, len, options, in grab_file_name()
2091 return find_file_name_in_path(ptr, len, options, count, rel_fname); in file_name_in_line()
2113 find_file_name_in_path( in find_file_name_in_path() function
H A Dsearch.c3435 new_fname = find_file_name_in_path(incl_regmatch.startp[0], in find_pattern_in_path()