Searched refs:sym_set_tristate_value (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | mconf.c | 591 if (sym_set_tristate_value(sym, yes)) in conf() 593 if (sym_set_tristate_value(sym, mod)) in conf() 599 sym_set_tristate_value(sym, no); in conf() 603 sym_set_tristate_value(sym, mod); in conf() 683 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | nconf.c | 1197 if (sym_set_tristate_value(sym, yes)) in conf() 1199 if (sym_set_tristate_value(sym, mod)) in conf() 1205 sym_set_tristate_value(sym, no); in conf() 1209 sym_set_tristate_value(sym, mod); in conf() 1347 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | symbol.c | 475 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 528 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 630 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 632 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 634 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
| H A D | lkc_proto.h | 39 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
|
| H A D | lkc.h | 169 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
| H A D | conf.c | 224 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
| H A D | gconf.c | 857 sym_set_tristate_value(sym, newval); in change_sym_value()
|
| H A D | qconf.cc | 500 if (!sym_set_tristate_value(sym, val)) in setValue()
|