Searched refs:def_val (Results 1 – 2 of 2) sorted by relevance
378 options[opt_idx].def_val[VI_DEFAULT] = p; in set_init_1()463 options[opt_idx].def_val[VI_DEFAULT] = p_enc; in set_init_1()596 long def_val = (long)(long_i)options[opt_idx].def_val[dvi]; in set_option_default() local604 *(long *)varp = def_val; in set_option_default()608 def_val; in set_option_default()690 options[opt_idx].def_val[VI_DEFAULT] = p; in set_string_default_esc()927 options[idx_sp].def_val[VI_DEFAULT] = p_sp; in set_init_3()1763 newval = options[opt_idx].def_val[ in do_set()4446 return options[i].def_val[VI_DEFAULT]; in get_highlight_default()4457 return options[i].def_val[VI_DEFAULT]; in get_encoding_default()[all …]
279 char_u *def_val[2]; // default values for variable (vi and vim) member