Searched refs:oldval (Results 1 – 3 of 3) sorted by relevance
359 tristate oldval, newval; in conf_sym() local366 oldval = sym_get_tristate_value(sym); in conf_sym()367 switch (oldval) { in conf_sym()378 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()380 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()382 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()409 newval = oldval; in conf_sym()
392 struct symbol_value newval, oldval; in sym_calc_value() local404 oldval = sym->curr; in sym_calc_value()505 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value()547 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local558 if (oldval != val) in sym_set_tristate_value()610 tristate oldval, newval; in sym_toggle_tristate_value() local618 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()633 } while (oldval != newval); in sym_toggle_tristate_value()724 const char *oldval; in sym_set_string_value() local752 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()[all …]
492 tristate oldval; in setValue() local502 oldval = sym_get_tristate_value(sym); in setValue()506 if (oldval == no && item->menu->list) in setValue()