Lines Matching refs:mod
21 .curr = { "m", mod },
200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
212 if (tri == mod) in sym_calc_visibility()
221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
367 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
466 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
519 newval = mod; in sym_toggle_tristate_value()
521 case mod: in sym_toggle_tristate_value()
609 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
632 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
714 if (val == mod) in sym_get_string_default()
719 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
727 case mod: return "m"; in sym_get_string_default()
753 case mod: in sym_get_string_value()