Lines Matching refs:yes

16 	.curr = { "y", yes },
41 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
191 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
197 tri = yes; in sym_calc_visibility()
205 tri = yes; in sym_calc_visibility()
209 tri = yes; in sym_calc_visibility()
218 tri = yes; in sym_calc_visibility()
227 tri = yes; in sym_calc_visibility()
311 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
370 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
372 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
405 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()
406 newval.tri = yes; in sym_calc_value()
430 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
487 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
489 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
490 return val == yes; in sym_tristate_within_range()
509 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
541 newval = yes; in sym_toggle_tristate_value()
543 case yes: in sym_toggle_tristate_value()
626 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
649 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
735 val = yes; in sym_get_string_default()
739 val = yes; in sym_get_string_default()
751 case yes: return "y"; in sym_get_string_default()
778 case yes: in sym_get_string_value()