Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfileio.pro25 char_u *modname(char_u *fname, char_u *ext, int prepend_dot);
26 char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot);
/vim-8.2.3635/src/
H A Dfileio.c3501 int prepend_dot) // may prepend a '.' to file name in modname() argument
3504 fname, ext, prepend_dot); in modname()
3512 int prepend_dot) // may prepend a '.' to file name in buf_modname() argument
3542 prepend_dot = FALSE; // nothing to prepend a dot to in buf_modname()
3640 if (prepend_dot && !shortname && *(e = gettail(retval)) != '.') in buf_modname()
H A Dmemline.c247 static int recov_file_names(char_u **, char_u *, int prepend_dot);
2324 recov_file_names(char_u **names, char_u *path, int prepend_dot) in recov_file_names() argument
2347 if (prepend_dot) in recov_file_names()