Lines Matching refs:yes
16 .curr = { "y", yes },
47 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
197 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
203 tri = yes; in sym_calc_visibility()
211 tri = yes; in sym_calc_visibility()
215 tri = yes; in sym_calc_visibility()
224 tri = yes; in sym_calc_visibility()
233 tri = yes; in sym_calc_visibility()
317 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
376 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
378 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
413 newval.tri = yes; in sym_calc_value()
437 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
494 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
495 return val == yes; in sym_tristate_within_range()
514 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
546 newval = yes; in sym_toggle_tristate_value()
548 case yes: in sym_toggle_tristate_value()
631 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
654 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
740 val = yes; in sym_get_string_default()
744 val = yes; in sym_get_string_default()
756 case yes: return "y"; in sym_get_string_default()
783 case yes: in sym_get_string_value()