Lines Matching refs:no
28 .curr = { "n", no },
34 .curr = { "", no },
49 else if (modules_val == no)
89 if (prop->visible.tri != no)
101 if (prop->visible.tri != no)
182 tri = no;
196 prop->visible.tri = no;
200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no))
208 /* defaulting to "yes" if no explicit "depends on" are given */
218 tri = no;
227 tri = no;
253 if (prop->visible.tri == no)
256 if (def_sym->visible != no)
263 if (def_sym->visible != no)
282 if (def_sym->visible != no)
290 if (def_sym && def_sym->visible != no)
296 /* no choice? reset tristate value */
297 sym->curr.tri = no;
358 sym->curr.tri = no;
365 if (sym->visible != no)
376 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no;
378 if (sym->visible != no) {
388 if (sym->rev_dep.tri != no)
395 if (newval.tri != no)
398 if (sym->implied.tri != no) {
416 if (sym->visible != no && sym_has_value(sym)) {
453 choice_sym->visible != no)
482 if (sym->visible == no)
521 if (e->right.sym->visible != no)
540 case no:
547 newval = no;
633 return sym_tristate_within_range(sym, no);
656 return sym_set_tristate_value(sym, no);
737 if (!sym_is_choice_value(sym) && modules_sym->curr.tri == no)
752 case no: return "n";
776 case no:
780 return (modules_sym->curr.tri == no) ? "n" : "m";
997 /* sym_match_arr can be NULL if no match, but free(NULL) is OK */
1007 * The entries are located on the call stack so no need to free memory.