Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfilepath.pro57 void addfile(garray_T *gap, char_u *f, int flags);
/vim-8.2.3635/src/
H A Dfilepath.c3295 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 Dos_amiga.c1579 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 Dos_vms.c537 addfile(gap, vms_fmatch[i], flags); in mch_expandpath()