sym_set_tristate_value  228 scripts/kconfig/conf.c 		if (sym_set_tristate_value(sym, newval))
sym_set_tristate_value  852 scripts/kconfig/gconf.c 		sym_set_tristate_value(sym, newval);
sym_set_tristate_value  173 scripts/kconfig/lkc.h 	return sym_set_tristate_value(chval, yes);
sym_set_tristate_value   43 scripts/kconfig/lkc_proto.h P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
sym_set_tristate_value  723 scripts/kconfig/mconf.c 				if (sym_set_tristate_value(sym, yes))
sym_set_tristate_value  725 scripts/kconfig/mconf.c 				if (sym_set_tristate_value(sym, mod))
sym_set_tristate_value  731 scripts/kconfig/mconf.c 				sym_set_tristate_value(sym, no);
sym_set_tristate_value  735 scripts/kconfig/mconf.c 				sym_set_tristate_value(sym, mod);
sym_set_tristate_value  839 scripts/kconfig/mconf.c 				sym_set_tristate_value(child->sym, yes);
sym_set_tristate_value 1193 scripts/kconfig/nconf.c 				if (sym_set_tristate_value(sym, yes))
sym_set_tristate_value 1195 scripts/kconfig/nconf.c 				if (sym_set_tristate_value(sym, mod))
sym_set_tristate_value 1201 scripts/kconfig/nconf.c 				sym_set_tristate_value(sym, no);
sym_set_tristate_value 1205 scripts/kconfig/nconf.c 				sym_set_tristate_value(sym, mod);
sym_set_tristate_value 1336 scripts/kconfig/nconf.c 			sym_set_tristate_value(child->sym, yes);
sym_set_tristate_value  506 scripts/kconfig/qconf.cc 		if (!sym_set_tristate_value(sym, val))
sym_set_tristate_value  546 scripts/kconfig/symbol.c 		if (sym_set_tristate_value(sym, newval))
sym_set_tristate_value  648 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, yes);
sym_set_tristate_value  650 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, mod);
sym_set_tristate_value  652 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, no);