Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcmdexpand.pro6 int showmatches(expand_T *xp, int wildmenu);
/vim-8.2.3635/src/
H A Dex_getln.c929 (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()
H A Dcmdexpand.c524 showmatches(expand_T *xp, int wildmenu UNUSED) in showmatches() function