Lines Matching refs:mod
20 .curr = { "m", mod },
229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
234 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
246 if (tri == mod) in sym_calc_visibility()
255 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
264 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
429 if (newval.tri == mod && in sym_calc_value()
511 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
515 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
566 newval = mod; in sym_toggle_tristate_value()
568 case mod: in sym_toggle_tristate_value()
656 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
679 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
761 if (val == mod) in sym_get_string_default()
766 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
778 case mod: return "m"; in sym_get_string_default()
804 case mod: in sym_get_string_value()