Lines Matching refs:yes
16 .curr = { "y", yes },
68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
235 tri = yes; in sym_calc_visibility()
243 tri = yes; in sym_calc_visibility()
247 tri = yes; in sym_calc_visibility()
256 tri = yes; in sym_calc_visibility()
265 tri = yes; in sym_calc_visibility()
385 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
387 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
430 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()
431 newval.tri = yes; in sym_calc_value()
458 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
515 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
517 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
518 return val == yes; in sym_tristate_within_range()
537 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
569 newval = yes; in sym_toggle_tristate_value()
571 case yes: in sym_toggle_tristate_value()
654 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
677 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
763 val = yes; in sym_get_string_default()
767 val = yes; in sym_get_string_default()
779 case yes: return "y"; in sym_get_string_default()
807 case yes: in sym_get_string_value()