Lines Matching refs:nextwild
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()
1953 if (nextwild(&xpc, WILD_EXPAND_KEEP, 0, firstc != '@') == OK in getcmdline_int()
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()
2234 if (nextwild(&xpc, WILD_LONGEST, 0, firstc != '@') == FAIL) in getcmdline_int()
2242 if (nextwild(&xpc, (c == Ctrl_P) ? WILD_PREV : WILD_NEXT, in getcmdline_int()