Home
last modified time | relevance | path

Searched refs:mch_expandpath (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_vms.pro12 int mch_expandpath(garray_T *gap, char_u *path, int flags);
H A Dos_amiga.pro41 int mch_expandpath(garray_T *gap, char_u *pat, int flags);
H A Dos_unix.pro70 int mch_expandpath(garray_T *gap, char_u *path, int flags);
/vim-8.2.3635/src/
H A Dos_vms.c518 mch_expandpath(garray_T *gap, char_u *path, int flags) in mch_expandpath() function
H A Dos_amiga.c1508 mch_expandpath( in mch_expandpath() function
H A Dfilepath.c3549 mch_expandpath( in mch_expandpath() function
3980 add_pat = mch_expandpath(&ga, p, flags); in gen_expand_wildcards()
H A Dos_unix.c6509 mch_expandpath( in mch_expandpath() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3474 9 In mch_expandpath() a "*" is to be expanded, but "\*" isn't. Remove
H A Dversion5.txt4144 mch_expandpath().
H A Dversion6.txt2597 Moved mch_expandpath() from os_win16.c and os_msdos.c to misc1.c, they are