Searched defs:oldval (Results 1 - 3 of 3) sorted by relevance

/scripts/kconfig/
H A Dconf.c165 tristate oldval, newval; local
172 oldval = sym_get_tristate_value(sym);
173 switch (oldval) {
184 if (oldval != no && sym_tristate_within_range(sym, no))
186 if (oldval != mod && sym_tristate_within_range(sym, mod))
188 if (oldval != yes && sym_tristate_within_range(sym, yes))
217 newval = oldval;
H A Dsymbol.c287 struct symbol_value newval, oldval; local
298 oldval = sym->curr;
398 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) {
476 tristate oldval = sym_get_tristate_value(sym); local
478 if (oldval != val && !sym_tristate_within_range(sym, val))
504 if (oldval != val)
512 tristate oldval, newval; local
514 oldval = newval = sym_get_tristate_value(sym);
529 } while (oldval !
620 const char *oldval; local
[all...]
H A Dqconf.cc488 tristate oldval; local
498 oldval = sym_get_tristate_value(sym);
502 if (oldval == no && item->menu->list)

Completed in 56 milliseconds