Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalvars.pro59 int eval_variable(char_u *name, int len, typval_T *rettv, dictitem_T **dip, int flags);
/vim-8.2.3635/src/
H A Devalvars.c1232 if (eval_variable(name, len, &tv, NULL, in list_arg_vars()
2562 eval_variable( in eval_variable() function
3854 n = (eval_variable(name, len, &tv, NULL, in var_exists()
H A Deval.c1345 if (eval_variable(lp->ll_name, (int)STRLEN(lp->ll_name), in set_var_lval()
3634 ret = eval_variable(s, len, rettv, NULL, in eval7()
H A Dvim9execute.c2174 if (eval_variable(name, (int)STRLEN(name), in exec_instructions()