Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmenu.pro5 char_u *set_context_in_menu_cmd(expand_T *xp, char_u *cmd, char_u *arg, int forceit);
/vim-8.2.3635/src/
H A Dcmdexpand.c1616 return set_context_in_menu_cmd(xp, cmd, arg, forceit); in set_one_cmd_context()
1699 return set_context_in_menu_cmd(xp, cmd, arg, forceit); in set_one_cmd_context()
2941 set_context_in_menu_cmd(&xpc, (char_u *)"menu", xpc.xp_pattern, FALSE); in f_getcompletion()
H A Dmenu.c1253 set_context_in_menu_cmd( in set_context_in_menu_cmd() function