Lines Matching refs:no
24 .curr = { "n", no },
28 .curr = { "", no },
70 else if (modules_val == no) in sym_get_type()
121 if (prop->visible.tri != no) in sym_get_default_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
215 tri = no; in sym_calc_visibility()
220 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
238 tri = no; in sym_calc_visibility()
264 if (prop->visible.tri == no) in sym_choice_default()
267 if (def_sym->visible != no) in sym_choice_default()
274 if (def_sym->visible != no) in sym_choice_default()
293 if (def_sym->visible != no) in sym_calc_choice()
301 if (def_sym && def_sym->visible != no) in sym_calc_choice()
308 sym->curr.tri = no; in sym_calc_choice()
348 sym->curr.tri = no; in sym_calc_value()
364 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
366 if (sym->visible != no) { in sym_calc_value()
377 if (sym->rev_dep.tri != no) in sym_calc_value()
388 if (sym->dir_dep.tri == no && sym->rev_dep.tri != no) { in sym_calc_value()
408 if (sym->visible != no) { in sym_calc_value()
448 choice_sym->visible != no) in sym_calc_value()
478 if (sym->visible == no) in sym_tristate_within_range()
517 if (e->right.sym->visible != no) in sym_set_tristate_value()
536 case no: in sym_toggle_tristate_value()
543 newval = no; in sym_toggle_tristate_value()
629 return sym_tristate_within_range(sym, no); in sym_string_within_range()
652 return sym_set_tristate_value(sym, no); in sym_set_string_value()
733 if (!sym_is_choice_value(sym) && modules_sym->curr.tri == no) in sym_get_string_default()
744 case no: return "n"; in sym_get_string_default()
769 case no: in sym_get_string_value()
773 return (modules_sym->curr.tri == no) ? "n" : "m"; in sym_get_string_value()