Home | History | Annotate | Download | only in kconfig

Lines Matching refs:oldval

265 	struct symbol_value newval, oldval;
276 oldval = sym->curr;
356 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) {
428 tristate oldval = sym_get_tristate_value(sym);
430 if (oldval != val && !sym_tristate_within_range(sym, val))
456 if (oldval != val)
464 tristate oldval, newval;
466 oldval = newval = sym_get_tristate_value(sym);
481 } while (oldval != newval);
572 const char *oldval;
600 oldval = sym->def[S_DEF_USER].val;
607 } else if (!oldval || strcmp(oldval, newval))
613 free((void *)oldval);