Home
last modified time | relevance | path

Searched refs:sym_set_tristate_value (Results 1 – 13 of 13) sorted by relevance

/external/toybox/kconfig/
Dmconf.c658 if (sym_set_tristate_value(sym, yes)) in conf()
660 if (sym_set_tristate_value(sym, mod)) in conf()
666 sym_set_tristate_value(sym, no); in conf()
670 sym_set_tristate_value(sym, mod); in conf()
748 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dsymbol.c426 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
479 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
581 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
583 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
585 return sym_set_tristate_value(sym, no); in sym_set_string_value()
Dlkc_proto.h28 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
Dlkc.h128 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
Dconf.c269 if (sym_set_tristate_value(sym, newval)) in conf_sym()
/external/u-boot/scripts/kconfig/
Dmconf.c724 if (sym_set_tristate_value(sym, yes)) in conf()
726 if (sym_set_tristate_value(sym, mod)) in conf()
732 sym_set_tristate_value(sym, no); in conf()
736 sym_set_tristate_value(sym, mod); in conf()
842 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dnconf.c1195 if (sym_set_tristate_value(sym, yes)) in conf()
1197 if (sym_set_tristate_value(sym, mod)) in conf()
1203 sym_set_tristate_value(sym, no); in conf()
1207 sym_set_tristate_value(sym, mod); in conf()
1338 sym_set_tristate_value(child->sym, yes); in conf_choice()
Dlkc_proto.h41 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
Dsymbol.c532 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
585 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
687 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
689 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
691 return sym_set_tristate_value(sym, no); in sym_set_string_value()
Dlkc.h161 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
Dconf.c223 if (sym_set_tristate_value(sym, newval)) in conf_sym()
Dgconf.c828 sym_set_tristate_value(sym, newval); in change_sym_value()
Dqconf.cc490 if (!sym_set_tristate_value(sym, val)) in setValue()