Searched refs:nextwild (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | ex_getln.c | 934 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 D | cmdexpand.c | 136 nextwild( in nextwild() function
|
| /vim-8.2.3635/src/proto/ |
| H A D | cmdexpand.pro | 2 int nextwild(expand_T *xp, int type, int options, int escape);
|