Lines Matching refs:no
28 .curr = { "n", no },
34 .curr = { "", no },
48 else if (modules_val == no)
88 if (prop->visible.tri != no)
100 if (prop->visible.tri != no)
181 tri = no;
195 prop->visible.tri = no;
199 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no))
207 /* defaulting to "yes" if no explicit "depends on" are given */
217 tri = no;
226 tri = no;
252 if (prop->visible.tri == no)
255 if (def_sym->visible != no)
262 if (def_sym->visible != no)
281 if (def_sym->visible != no)
289 if (def_sym && def_sym->visible != no)
295 /* no choice? reset tristate value */
296 sym->curr.tri = no;
357 sym->curr.tri = no;
364 if (sym->visible != no)
375 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no;
377 if (sym->visible != no) {
387 if (sym->rev_dep.tri != no)
394 if (newval.tri != no)
397 if (sym->implied.tri != no) {
415 if (sym->visible != no && sym_has_value(sym)) {
452 choice_sym->visible != no)
481 if (sym->visible == no)
520 if (e->right.sym->visible != no)
539 case no:
546 newval = no;
632 return sym_tristate_within_range(sym, no);
655 return sym_set_tristate_value(sym, no);
736 if (!sym_is_choice_value(sym) && modules_sym->curr.tri == no)
751 case no: return "n";
775 case no:
779 return (modules_sym->curr.tri == no) ? "n" : "m";
953 /* sym_match_arr can be NULL if no match, but free(NULL) is OK */
963 * The entries are located on the call stack so no need to free memory.