Home
last modified time | relevance | path

Searched refs:oldval (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
A Dconf.c165 tristate oldval, newval; in conf_sym() local
172 oldval = sym_get_tristate_value(sym); in conf_sym()
173 switch (oldval) { in conf_sym()
184 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
186 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
188 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
215 newval = oldval; in conf_sym()
A Dsymbol.c323 struct symbol_value newval, oldval; in sym_calc_value() local
342 oldval = sym->curr; in sym_calc_value()
436 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value()
498 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local
526 if (oldval != val) in sym_set_tristate_value()
534 tristate oldval, newval; in sym_toggle_tristate_value() local
551 } while (oldval != newval); in sym_toggle_tristate_value()
642 const char *oldval; in sym_set_string_value() local
670 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
677 } else if (!oldval || strcmp(oldval, newval)) in sym_set_string_value()
[all …]
A Dqconf.cc469 tristate oldval; in setValue() local
479 oldval = sym_get_tristate_value(sym); in setValue()
483 if (oldval == no && item->menu->list) in setValue()

Completed in 11 milliseconds