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()
484 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
537 newval = mod; in sym_toggle_tristate_value()
539 case mod: in sym_toggle_tristate_value()
627 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
650 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
732 if (val == mod) in sym_get_string_default()
737 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
745 case mod: return "m"; in sym_get_string_default()
771 case mod: in sym_get_string_value()