Searched refs:sym_set_tristate_value (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | mconf.c | 725 if (sym_set_tristate_value(sym, yes)) in conf() 727 if (sym_set_tristate_value(sym, mod)) in conf() 733 sym_set_tristate_value(sym, no); in conf() 737 sym_set_tristate_value(sym, mod); in conf() 841 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
A D | nconf.c | 1193 if (sym_set_tristate_value(sym, yes)) in conf() 1195 if (sym_set_tristate_value(sym, mod)) in conf() 1201 sym_set_tristate_value(sym, no); in conf() 1205 sym_set_tristate_value(sym, mod); in conf() 1336 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
A D | lkc_proto.h | 43 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
|
A D | symbol.c | 492 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 545 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 647 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 649 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 651 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
A D | lkc.h | 174 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
A D | conf.c | 228 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
A D | gconf.c | 852 sym_set_tristate_value(sym, newval); in change_sym_value()
|
A D | qconf.cc | 501 if (!sym_set_tristate_value(sym, val)) in setValue()
|
Completed in 16 milliseconds