Lines Matching refs:mod
22 .curr = { "m", mod },
195 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
212 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
230 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
311 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
317 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
410 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
488 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
541 newval = mod; in sym_toggle_tristate_value()
543 case mod: in sym_toggle_tristate_value()
631 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
654 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
736 if (val == mod) in sym_get_string_default()
741 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
753 case mod: return "m"; in sym_get_string_default()
778 case mod: in sym_get_string_value()