Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmenu.pro7 char_u *get_menu_names(expand_T *xp, int idx);
/vim-8.2.3635/src/
H A Dcmdexpand.c2132 {EXPAND_MENUNAMES, get_menu_names, FALSE, TRUE}, in ExpandFromContext()
2236 if (func == get_menu_names && str != NULL) in ExpandGeneric()
H A Dmenu.c1460 get_menu_names(expand_T *xp UNUSED, int idx) in get_menu_names() function