Lines Matching refs:oldval
408 struct symbol_value newval, oldval; in sym_calc_value() local
420 oldval = sym->curr; in sym_calc_value()
521 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value()
563 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local
574 if (oldval != val) in sym_set_tristate_value()
626 tristate oldval, newval; in sym_toggle_tristate_value() local
634 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()
649 } while (oldval != newval); in sym_toggle_tristate_value()
740 const char *oldval; in sym_set_string_value() local
768 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
775 } else if (!oldval || strcmp(oldval, newval)) in sym_set_string_value()
781 free((void *)oldval); in sym_set_string_value()