Lines Matching refs:yes
16 .curr = { "y", yes },
68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
221 tri = yes; in sym_calc_visibility()
229 tri = yes; in sym_calc_visibility()
233 tri = yes; in sym_calc_visibility()
242 tri = yes; in sym_calc_visibility()
362 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
364 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
403 newval.tri = yes; in sym_calc_value()
430 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
487 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
488 return val == yes; in sym_tristate_within_range()
507 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
539 newval = yes; in sym_toggle_tristate_value()
541 case yes: in sym_toggle_tristate_value()
624 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
647 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
733 val = yes; in sym_get_string_default()
737 val = yes; in sym_get_string_default()
745 case yes: return "y"; in sym_get_string_default()
773 case yes: in sym_get_string_value()