Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfilepath.pro45 int dir_of_file_exists(char_u *fname);
/vim-8.2.3635/src/
H A Dfilepath.c2937 dir_of_file_exists(char_u *fname) in dir_of_file_exists() function
H A Dfileio.c534 if (dir_of_file_exists(fname)) in readfile()
H A Dspellfile.c6305 if (!dir_of_file_exists(fname) && (p = gettail_sep(fname)) != fname) in spell_add_word()