Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro12 char_u *to_name_const_end(char_u *arg);
/vim-8.2.3635/src/
H A Dex_docmd.c3442 || ((p = to_name_const_end(pskip)) > eap->cmd && *p != NUL)) in find_ex_command()
3546 p = to_name_const_end(eap->cmd); in find_ex_command()
H A Dvim9compile.c3620 to_name_const_end(char_u *arg) in to_name_const_end() function