Searched refs:to_name_const_end (Results 1 – 3 of 3) sorted by relevance
12 char_u *to_name_const_end(char_u *arg);
3442 || ((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()
3620 to_name_const_end(char_u *arg) in to_name_const_end() function