Searched refs:mch_expandpath (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_vms.pro | 12 int mch_expandpath(garray_T *gap, char_u *path, int flags);
|
| H A D | os_amiga.pro | 41 int mch_expandpath(garray_T *gap, char_u *pat, int flags);
|
| H A D | os_unix.pro | 70 int mch_expandpath(garray_T *gap, char_u *path, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 518 mch_expandpath(garray_T *gap, char_u *path, int flags) in mch_expandpath() function
|
| H A D | os_amiga.c | 1508 mch_expandpath( in mch_expandpath() function
|
| H A D | filepath.c | 3549 mch_expandpath( in mch_expandpath() function 3980 add_pat = mch_expandpath(&ga, p, flags); in gen_expand_wildcards()
|
| H A D | os_unix.c | 6509 mch_expandpath( in mch_expandpath() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 3474 9 In mch_expandpath() a "*" is to be expanded, but "\*" isn't. Remove
|
| H A D | version5.txt | 4144 mch_expandpath().
|
| H A D | version6.txt | 2597 Moved mch_expandpath() from os_win16.c and os_msdos.c to misc1.c, they are
|