Searched refs:unix_expandpath (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | filepath.pro | 55 int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags, int didstar);
|
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 3579 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 D | os_unix.c | 6514 return unix_expandpath(gap, path, 0, flags, FALSE); in mch_expandpath()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 1640 Moved unix_expandpath() to misc1.c, so that it can also be used by os_mac.c
|