Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfilepath.pro51 int vim_fexists(char_u *fname);
/vim-8.2.3635/src/
H A Dex_cmds.c2115 && vim_fexists(ffname)) in check_overwrite()
2175 r = vim_fexists(swapname); in check_overwrite()
H A Dgui_gtk.c272 return vim_fexists(dest); in lookup_menu_iconfile()
H A Dfilepath.c3064 vim_fexists(char_u *fname) in vim_fexists() function
H A Dfileio.c4211 && vim_fexists(buf->b_ffname)) in buf_check_timestamp()
H A Dex_docmd.c8262 if (!forceit && *mode != 'a' && vim_fexists(fname)) in open_exfile()