Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Doption.pro14 void did_set_option(int opt_idx, int opt_flags, int new_value, int value_checked);
/vim-8.2.3635/src/
H A Dif_mzsch.c2982 int new_value = TRUE; in vim_to_mzscheme_impl() local
3001 new_value = FALSE; in vim_to_mzscheme_impl()
3137 new_value = FALSE; in vim_to_mzscheme_impl()
3139 if (new_value) in vim_to_mzscheme_impl()
H A Dsyntax.c6321 char_u *new_value; in ex_ownsyntax() local
6351 new_value = get_var_value((char_u *)"b:current_syntax"); in ex_ownsyntax()
6352 if (new_value != NULL) in ex_ownsyntax()
6353 set_internal_string_var((char_u *)"w:current_syntax", new_value); in ex_ownsyntax()
H A Doption.c2235 int new_value, // value was replaced completely in did_set_option() argument
2253 else if (new_value) in did_set_option()