Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfilepath.pro55 int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags, int didstar);
/vim-8.2.3635/src/
H A Dfilepath.c3579 unix_expandpath( in unix_expandpath() function
3703 (void)unix_expandpath(gap, buf, (int)(s - buf), flags, TRUE); in unix_expandpath()
3738 (void)unix_expandpath(gap, buf, len + 1, flags, TRUE); in unix_expandpath()
3747 (void)unix_expandpath(gap, buf, len + 1, flags, FALSE); in unix_expandpath()
H A Dos_unix.c6514 return unix_expandpath(gap, path, 0, flags, FALSE); in mch_expandpath()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt1640 Moved unix_expandpath() to misc1.c, so that it can also be used by os_mac.c