Searched refs:newval (Results 1 – 4 of 4) sorted by relevance
367 sym->curr = newval; in sym_calc_value()398 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value()404 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()408 newval.tri = yes; in sym_calc_value()431 sym->curr = newval; in sym_calc_value()538 switch (newval) { in sym_toggle_tristate_value()540 newval = mod; in sym_toggle_tristate_value()543 newval = yes; in sym_toggle_tristate_value()546 newval = no; in sym_toggle_tristate_value()552 return newval; in sym_toggle_tristate_value()[all …]
42 bool sym_string_valid(struct symbol *sym, const char *newval);44 bool sym_set_string_value(struct symbol *sym, const char *newval);
165 tristate oldval, newval; in conf_sym() local198 newval = no; in conf_sym()204 newval = mod; in conf_sym()210 newval = yes; in conf_sym()215 newval = oldval; in conf_sym()222 if (sym_set_tristate_value(sym, newval)) in conf_sym()
781 tristate newval; in change_sym_value() local787 newval = no; in change_sym_value()789 newval = mod; in change_sym_value()791 newval = yes; in change_sym_value()798 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()799 newval = yes; in change_sym_value()800 sym_set_tristate_value(sym, newval); in change_sym_value()
Completed in 10 milliseconds