Searched refs:pskip (Results 1 – 2 of 2) sorted by relevance
7363 char_u *pskip; in may_compile_assignment() local7370 pskip = (*eap->cmd == '&' || *eap->cmd == '$' || *eap->cmd == '@') in may_compile_assignment()7372 p = to_name_end(pskip, TRUE); in may_compile_assignment()7382 var_end = find_name_end(pskip, NULL, NULL, in may_compile_assignment()
3439 char_u *pskip = skip_option_env_lead(eap->cmd); in find_ex_command() local3442 || ((p = to_name_const_end(pskip)) > eap->cmd && *p != NUL)) in find_ex_command()