Home
last modified time | relevance | path

Searched refs:pskip (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c7363 char_u *pskip; in may_compile_assignment() local
7370 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()
H A Dex_docmd.c3439 char_u *pskip = skip_option_env_lead(eap->cmd); in find_ex_command() local
3442 || ((p = to_name_const_end(pskip)) > eap->cmd && *p != NUL)) in find_ex_command()