Home
last modified time | relevance | path

Searched refs:eval_option (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro59 int eval_option(char_u **arg, typval_T *rettv, int evaluate);
/vim-8.2.3635/src/
H A Devalvars.c3702 else if (eval_option(&varname, rettv, 1) == OK) in getwinvar()
4174 else if (eval_option(&varname, rettv, TRUE) == OK) in f_getbufvar()
H A Dtypval.c1630 eval_option( in eval_option() function
H A Deval.c3504 case '&': ret = eval_option(arg, rettv, evaluate); in eval7()
H A Dvim9execute.c2219 if (eval_option(&name, &optval, TRUE) == FAIL) in exec_instructions()
H A Devalfunc.c3612 n = (eval_option(&p, NULL, TRUE) == OK); in f_exists()
H A Dvim9compile.c3988 ret = eval_option(arg, &rettv, TRUE); in compile_get_option()