Home
last modified time | relevance | path

Searched refs:get_option_value (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doption.pro28 getoption_T get_option_value(char_u *name, long *numval, char_u **stringval, int opt_flags);
/vim-8.2.3635/src/
H A Dif_ruby.c878 if (get_option_value((char_u *)"enc", &lval, &sval, 0) == gov_string) in vim_str2rb_enc_str()
898 if (get_option_value((char_u *)"enc", &lval, &sval, 0) == gov_string) in eval_enc_string_protect()
H A Dif_tcl.c1303 gov = get_option_value(option, &lval, &sval, 0); in tclsetoption()
H A Dtypval.c1661 opt_type = get_option_value(*arg, &numval, in eval_option()
H A Dif_mzsch.c1757 rc = get_option_value(BYTE_STRING_VALUE(name), &value, (char_u **)&strval, in get_option()
H A Dspell.c3833 (void)get_option_value((char_u*)"spl", &dummy, &spl, OPT_LOCAL); in ex_spelldump()
H A Devalvars.c1402 opt_type = get_option_value(arg, &numval, &stringval, opt_flags); in ex_let_one()
H A Doption.c3962 get_option_value( in get_option_value() function
H A Dvim9compile.c6082 opt_type = get_option_value(skip_option_env_lead(name), in get_var_dest()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13687 Solution: Pass the flags from find_option_end() to get_option_value().