Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtypval.pro64 int eval_env_var(char_u **arg, typval_T *rettv, int evaluate);
/vim-8.2.3635/src/
H A Dtypval.c2065 eval_env_var(char_u **arg, typval_T *rettv, int evaluate) in eval_env_var() function
H A Deval.c3510 case '$': ret = eval_env_var(arg, rettv, evaluate); in eval7()
H A Dvim9execute.c2235 (void)eval_env_var(&name, &optval, TRUE); in exec_instructions()