Searched refs:addfile (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | filepath.pro | 57 void addfile(garray_T *gap, char_u *f, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 3295 addfile(gap, cmd, flags); in expand_backtick() 3526 addfile(gap, buf, flags); in dos_expandpath() 3772 addfile(gap, buf, flags); in unix_expandpath() 3991 addfile(&ga, t, flags | EW_DIR | EW_FILE); in gen_expand_wildcards() 3993 addfile(&ga, t, flags); in gen_expand_wildcards() 4030 addfile( in addfile() function
|
| H A D | os_amiga.c | 1579 addfile(gap, (char_u *)Anchor->ap_Buffer, flags); in mch_expandpath() 1581 addfile(gap, (char_u *)Anchor->ap_Buf, flags); in mch_expandpath()
|
| H A D | os_vms.c | 537 addfile(gap, vms_fmatch[i], flags); in mch_expandpath()
|