Searched refs:showmatches (Results 1 – 3 of 3) sorted by relevance
6 int showmatches(expand_T *xp, int wildmenu);
929 (void)showmatches(xp, FALSE); in cmdline_wildchar_complete()992 (void)showmatches(xp, p_wmnu in cmdline_wildchar_complete()995 (void)showmatches(xp, FALSE); in cmdline_wildchar_complete()2047 if (showmatches(&xpc, FALSE) == EXPAND_NOTHING) in getcmdline_int()
524 showmatches(expand_T *xp, int wildmenu UNUSED) in showmatches() function