Searched refs:get_menu_names (Results 1 – 3 of 3) sorted by relevance
7 char_u *get_menu_names(expand_T *xp, int idx);
2132 {EXPAND_MENUNAMES, get_menu_names, FALSE, TRUE}, in ExpandFromContext()2236 if (func == get_menu_names && str != NULL) in ExpandGeneric()
1460 get_menu_names(expand_T *xp UNUSED, int idx) in get_menu_names() function