Lines Matching refs:oldval
1710 char_u *oldval = NULL; // previous value if *varp in do_set() local
1735 oldval = *(char_u **)varp; in do_set()
1759 origval = oldval; in do_set()
1842 vim_free(oldval); in do_set()
1843 if (origval == oldval) in do_set()
1845 if (origval_l == oldval) in do_set()
1847 if (origval_g == oldval) in do_set()
1849 oldval = *(char_u **)varp; in do_set()
2117 new_value_alloced, oldval, errbuf, in do_set()
2298 int oldval, in set_options_bin() argument
2308 if (!oldval) // switched on in set_options_bin()
2342 else if (oldval) // switched off in set_options_bin()
2650 long oldval, in apply_optionset_autocmd() argument
2661 vim_snprintf((char *)buf_old, sizeof(buf_old), "%ld", oldval); in apply_optionset_autocmd()