Searched refs:oldval (Results 1 – 4 of 4) sorted by relevance
/scripts/kconfig/ |
D | symbol.c | 259 struct symbol_value newval, oldval; in sym_calc_value() local 270 oldval = sym->curr; in sym_calc_value() 358 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value() 435 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local 437 if (oldval != val && !sym_tristate_within_range(sym, val)) in sym_set_tristate_value() 463 if (oldval != val) in sym_set_tristate_value() 471 tristate oldval, newval; in sym_toggle_tristate_value() local 473 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value() 488 } while (oldval != newval); in sym_toggle_tristate_value() 579 const char *oldval; in sym_set_string_value() local [all …]
|
D | conf.c | 160 tristate oldval, newval; in conf_sym() local 168 oldval = sym_get_tristate_value(sym); in conf_sym() 169 switch (oldval) { in conf_sym() 180 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym() 182 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym() 184 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym() 213 newval = oldval; in conf_sym()
|
D | qconf.cc | 464 tristate oldval; in setValue() local 474 oldval = sym_get_tristate_value(sym); in setValue() 478 if (oldval == no && item->menu->list) in setValue()
|
D | gconf.c | 903 tristate oldval, newval; in change_sym_value() local 920 oldval = sym_get_tristate_value(sym); in change_sym_value()
|