Lines Matching refs:yes
128 if (csym->curr.tri != yes)
139 * find a random value and set it to yes,
147 sym->def[S_DEF_USER].tri = yes;
238 sym->def[S_DEF_USER].tri = yes;
251 sym->def[S_DEF_USER].tri = yes;
255 sym->def[S_DEF_USER].tri = yes;
276 * If curr.tri equals yes then only one symbol can be
277 * selected in a choice block and we set it to yes,
400 case yes:
408 if (oldval != yes && sym_tristate_within_range(sym, yes))
430 newval = yes;
465 case yes:
475 case yes:
554 sym_set_tristate_value(child->sym, yes);
642 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes))) {
708 printf(" --allyesconfig New config where all options are answered with yes\n");
712 printf(" --yes2modconfig Change answers from yes to mod if possible\n");
713 printf(" --mod2yesconfig Change answers from mod to yes if possible\n");
865 conf_rewrite_tristates(yes, mod);
868 conf_rewrite_tristates(mod, yes);