sym_set_tristate_value  222 scripts/kconfig/conf.c 		if (sym_set_tristate_value(sym, newval))
sym_set_tristate_value  827 scripts/kconfig/gconf.c 		sym_set_tristate_value(sym, newval);
sym_set_tristate_value  131 scripts/kconfig/lkc.h 	return sym_set_tristate_value(chval, yes);
sym_set_tristate_value   40 scripts/kconfig/lkc_proto.h bool sym_set_tristate_value(struct symbol *sym,tristate tri);
sym_set_tristate_value  722 scripts/kconfig/mconf.c 				if (sym_set_tristate_value(sym, yes))
sym_set_tristate_value  724 scripts/kconfig/mconf.c 				if (sym_set_tristate_value(sym, mod))
sym_set_tristate_value  730 scripts/kconfig/mconf.c 				sym_set_tristate_value(sym, no);
sym_set_tristate_value  734 scripts/kconfig/mconf.c 				sym_set_tristate_value(sym, mod);
sym_set_tristate_value  837 scripts/kconfig/mconf.c 				sym_set_tristate_value(child->sym, yes);
sym_set_tristate_value 1195 scripts/kconfig/nconf.c 				if (sym_set_tristate_value(sym, yes))
sym_set_tristate_value 1197 scripts/kconfig/nconf.c 				if (sym_set_tristate_value(sym, mod))
sym_set_tristate_value 1203 scripts/kconfig/nconf.c 				sym_set_tristate_value(sym, no);
sym_set_tristate_value 1207 scripts/kconfig/nconf.c 				sym_set_tristate_value(sym, mod);
sym_set_tristate_value 1335 scripts/kconfig/nconf.c 			sym_set_tristate_value(child->sym, yes);
sym_set_tristate_value  481 scripts/kconfig/qconf.cc 		if (!sym_set_tristate_value(sym, val))
sym_set_tristate_value  547 scripts/kconfig/symbol.c 		if (sym_set_tristate_value(sym, newval))
sym_set_tristate_value  649 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, yes);
sym_set_tristate_value  651 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, mod);
sym_set_tristate_value  653 scripts/kconfig/symbol.c 			return sym_set_tristate_value(sym, no);