Home
last modified time | relevance | path

Searched refs:newval (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
A Dsymbol.c422 newval.tri = no; in sym_calc_value()
426 newval.val = "0"; in sym_calc_value()
432 newval.val = ""; in sym_calc_value()
484 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value()
485 newval.tri = EXPR_AND(newval.tri, in sym_calc_value()
492 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
638 newval = mod; in sym_toggle_tristate_value()
641 newval = yes; in sym_toggle_tristate_value()
644 newval = no; in sym_toggle_tristate_value()
650 return newval; in sym_toggle_tristate_value()
[all …]
A Dlkc_proto.h33 bool sym_string_valid(struct symbol *sym, const char *newval);
35 bool sym_set_string_value(struct symbol *sym, const char *newval);
A Dconf.c359 tristate oldval, newval; in conf_sym() local
392 newval = no; in conf_sym()
398 newval = mod; in conf_sym()
404 newval = yes; in conf_sym()
409 newval = oldval; in conf_sym()
416 if (sym_set_tristate_value(sym, newval)) in conf_sym()
A Dgconf.c689 tristate newval; in change_sym_value() local
695 newval = no; in change_sym_value()
697 newval = mod; in change_sym_value()
699 newval = yes; in change_sym_value()
706 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
707 newval = yes; in change_sym_value()
708 sym_set_tristate_value(sym, newval); in change_sym_value()

Completed in 9 milliseconds