Lines Matching refs:yes
16 .curr = { "y", yes },
46 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
196 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
202 tri = yes; in sym_calc_visibility()
210 tri = yes; in sym_calc_visibility()
214 tri = yes; in sym_calc_visibility()
223 tri = yes; in sym_calc_visibility()
232 tri = yes; in sym_calc_visibility()
316 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
375 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
377 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
412 newval.tri = yes; in sym_calc_value()
436 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
493 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
494 return val == yes; in sym_tristate_within_range()
513 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
545 newval = yes; in sym_toggle_tristate_value()
547 case yes: in sym_toggle_tristate_value()
630 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
653 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
739 val = yes; in sym_get_string_default()
743 val = yes; in sym_get_string_default()
755 case yes: return "y"; in sym_get_string_default()
782 case yes: in sym_get_string_value()