Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dusercmd.pro5 char_u *get_user_commands(expand_T *xp, int idx);
/vim-8.2.3635/src/
H A Dusercmd.c298 return get_user_commands(NULL, idx - (int)CMD_SIZE); in expand_user_command_name()
305 get_user_commands(expand_T *xp UNUSED, int idx) in get_user_commands() function
H A Dcmdexpand.c2118 {EXPAND_USER_COMMANDS, get_user_commands, FALSE, TRUE}, in ExpandFromContext()