Lines Matching refs:mod
20 .curr = { "m", mod },
193 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
198 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
210 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
219 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
228 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
309 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
315 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
406 if (newval.tri == mod && in sym_calc_value()
485 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
489 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
540 newval = mod; in sym_toggle_tristate_value()
542 case mod: in sym_toggle_tristate_value()
630 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
653 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
735 if (val == mod) in sym_get_string_default()
740 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
752 case mod: return "m"; in sym_get_string_default()
778 case mod: in sym_get_string_value()