Lines Matching refs:yes
17 .curr = { "y", yes },
69 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
201 tri = yes; in sym_calc_visibility()
209 tri = yes; in sym_calc_visibility()
213 tri = yes; in sym_calc_visibility()
222 tri = yes; in sym_calc_visibility()
327 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
329 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
368 newval.tri = yes; in sym_calc_value()
395 if (sym_is_choice(sym) && newval.tri == yes) in sym_calc_value()
470 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_tristate_within_range()
471 return val == yes; in sym_tristate_within_range()
490 if (sym_is_choice_value(sym) && val == yes) { in sym_set_tristate_value()
522 newval = yes; in sym_toggle_tristate_value()
524 case yes: in sym_toggle_tristate_value()
607 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
630 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
716 val = yes; in sym_get_string_default()
720 val = yes; in sym_get_string_default()
728 case yes: return "y"; in sym_get_string_default()
755 case yes: in sym_get_string_value()