Searched refs:sym_set_tristate_value (Results 1 – 7 of 7) sorted by relevance
/scripts/kconfig/ |
D | mconf.c | 661 if (sym_set_tristate_value(sym, yes)) in conf() 663 if (sym_set_tristate_value(sym, mod)) in conf() 669 sym_set_tristate_value(sym, no); in conf() 673 sym_set_tristate_value(sym, mod); in conf() 751 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
D | lkc_proto.h | 31 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
|
D | symbol.c | 433 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 486 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 588 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 590 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 592 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
D | lkc.h | 141 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
D | conf.c | 220 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
D | gconf.c | 923 sym_set_tristate_value(sym, newval); in change_sym_value()
|
D | qconf.cc | 476 if (!sym_set_tristate_value(sym, val)) in setValue()
|