Home
last modified time | relevance | path

Searched refs:find_ucmd (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dusercmd.pro2 char_u *find_ucmd(exarg_T *eap, char_u *p, int *full, expand_T *xp, int *complp);
/vim-8.2.3635/src/
H A Dusercmd.c124 find_ucmd( in find_ucmd() function
H A Dcmdexpand.c1072 p = find_ucmd(&ea, p, NULL, xp, &compl); in set_one_cmd_context()
H A Dex_docmd.c3746 p = find_ucmd(eap, p, full, NULL, NULL); in find_ex_command()