Searched refs:get_option_value (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | option.pro | 28 getoption_T get_option_value(char_u *name, long *numval, char_u **stringval, int opt_flags);
|
| /vim-8.2.3635/src/ |
| H A D | if_ruby.c | 878 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 D | if_tcl.c | 1303 gov = get_option_value(option, &lval, &sval, 0); in tclsetoption()
|
| H A D | typval.c | 1661 opt_type = get_option_value(*arg, &numval, in eval_option()
|
| H A D | if_mzsch.c | 1757 rc = get_option_value(BYTE_STRING_VALUE(name), &value, (char_u **)&strval, in get_option()
|
| H A D | spell.c | 3833 (void)get_option_value((char_u*)"spl", &dummy, &spl, OPT_LOCAL); in ex_spelldump()
|
| H A D | evalvars.c | 1402 opt_type = get_option_value(arg, &numval, &stringval, opt_flags); in ex_let_one()
|
| H A D | option.c | 3962 get_option_value( in get_option_value() function
|
| H A D | vim9compile.c | 6082 opt_type = get_option_value(skip_option_env_lead(name), in get_var_dest()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 13687 Solution: Pass the flags from find_option_end() to get_option_value().
|