Lines Matching refs:yes

16 	.curr = { "y", yes },
41 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
193 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
199 tri = yes; in sym_calc_visibility()
207 tri = yes; in sym_calc_visibility()
211 tri = yes; in sym_calc_visibility()
220 tri = yes; in sym_calc_visibility()
229 tri = yes; in sym_calc_visibility()
313 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
372 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
374 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
407 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()
408 newval.tri = yes; in sym_calc_value()
432 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
489 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
491 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
492 return val == yes; in sym_tristate_within_range()
511 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
543 newval = yes; in sym_toggle_tristate_value()
545 case yes: in sym_toggle_tristate_value()
628 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
651 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
737 val = yes; in sym_get_string_default()
741 val = yes; in sym_get_string_default()
753 case yes: return "y"; in sym_get_string_default()
781 case yes: in sym_get_string_value()