Lines Matching refs:mod
28 .curr = { "m", mod },
223 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
235 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
244 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
253 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
385 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
391 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
494 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
554 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
638 newval = mod; in sym_toggle_tristate_value()
640 case mod: in sym_toggle_tristate_value()
728 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
751 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
832 if (val == mod) in sym_get_string_default()
837 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
849 case mod: return "m"; in sym_get_string_default()
877 case mod: in sym_get_string_value()