Searched refs:shorten_fname (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dfileio.pro12 char_u *shorten_fname __ARGS((char_u *full_path, char_u *dir_name));
/macosx-10.10.1/vim-55/src/
H A Dfileio.c6069 p = shorten_fname(full_path, dirname);
6084 shorten_fname(full_path, dir_name) function
6162 p = shorten_fname(buf->b_ffname, dirname);
6203 if ((p = shorten_fname(fnames[i], dirname)) != NULL)
6205 /* shorten_fname() returns pointer in given "fnames[i]". If free
H A Dmisc2.c4962 p = shorten_fname(file_path,
H A Dmisc1.c9545 short_name = shorten_fname(path, curdir);
9549 * shorten_fname("c:\a\a.txt", "c:\a\b")
9575 short_name = shorten_fname(path, curdir);
H A Deval.c23121 s = shorten_fname(p, dirname);

Completed in 210 milliseconds