Home
last modified time | relevance | path

Searched refs:WILD_LONGEST (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dcmdexpand.c197 if (p2 != NULL && type == WILD_LONGEST) in nextwild()
343 if (xp->xp_numfiles != -1 && mode != WILD_ALL && mode != WILD_LONGEST) in ExpandOne()
384 && mode != WILD_LONGEST) in ExpandOne()
420 if (mode == WILD_LONGEST && xp->xp_numfiles > 0) in ExpandOne()
H A Dex_getln.c934 res = nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
947 res = nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
1000 nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
2234 if (nextwild(&xpc, WILD_LONGEST, 0, firstc != '@') == FAIL) in getcmdline_int()
H A Dvim.h816 #define WILD_LONGEST 7 macro