Searched refs:oldval (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | symbol.c | 288 struct symbol_value newval, oldval; in sym_calc_value() local 299 oldval = sym->curr; in sym_calc_value() 399 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value() 477 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local 479 if (oldval != val && !sym_tristate_within_range(sym, val)) in sym_set_tristate_value() 505 if (oldval != val) in sym_set_tristate_value() 513 tristate oldval, newval; in sym_toggle_tristate_value() local 515 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value() 530 } while (oldval != newval); in sym_toggle_tristate_value() 621 const char *oldval; in sym_set_string_value() local [all …]
|
| H A D | conf.c | 165 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() 217 newval = oldval; in conf_sym()
|
| H A D | qconf.cc | 488 tristate oldval; in setValue() local 498 oldval = sym_get_tristate_value(sym); in setValue() 502 if (oldval == no && item->menu->list) in setValue()
|
| H A D | gconf.c | 837 tristate oldval, newval; in change_sym_value() local 854 oldval = sym_get_tristate_value(sym); in change_sym_value()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | sysctl.h | 42 void *oldval; member
|