Lines Matching refs:mod
20 .curr = { "m", mod },
220 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
232 if (tri == mod) in sym_calc_visibility()
241 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
402 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
483 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
536 newval = mod; in sym_toggle_tristate_value()
538 case mod: in sym_toggle_tristate_value()
626 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
649 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
731 if (val == mod) in sym_get_string_default()
736 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
744 case mod: return "m"; in sym_get_string_default()
770 case mod: in sym_get_string_value()