Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_getln.c934 res = nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
936 res = nextwild(xp, WILD_NEXT, options, escape); in cmdline_wildchar_complete()
947 res = nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
949 res = nextwild(xp, WILD_EXPAND_KEEP, options, escape); in cmdline_wildchar_complete()
986 nextwild(xp, WILD_PREV, 0, escape); in cmdline_wildchar_complete()
1000 nextwild(xp, WILD_LONGEST, options, escape); in cmdline_wildchar_complete()
1002 nextwild(xp, WILD_NEXT, options, escape); in cmdline_wildchar_complete()
1954 && nextwild(&xpc, WILD_PREV, 0, firstc != '@') == OK in getcmdline_int()
1955 && nextwild(&xpc, WILD_PREV, 0, firstc != '@') == OK) in getcmdline_int()
2223 if (nextwild(&xpc, WILD_ALL, 0, firstc != '@') == FAIL) in getcmdline_int()
[all …]
H A Dcmdexpand.c136 nextwild( in nextwild() function
/vim-8.2.3635/src/proto/
H A Dcmdexpand.pro2 int nextwild(expand_T *xp, int type, int options, int escape);