Lines Matching refs:visible

46 		if (sym_is_choice_value(sym) && sym->visible == yes)
87 prop->visible.tri = expr_calc_value(prop->visible.expr);
88 if (prop->visible.tri != no)
99 prop->visible.tri = expr_calc_value(prop->visible.expr);
100 if (prop->visible.tri != no)
180 /* any prompt visible? */
187 prop->visible.tri = expr_calc_value(prop->visible.expr);
190 * not visible if the corresponding choice's value is
194 prop->visible.tri == mod && choice_sym->curr.tri == yes)
195 prop->visible.tri = no;
197 tri = EXPR_OR(tri, prop->visible.tri);
201 if (sym->visible != tri) {
202 sym->visible = tri;
240 * Next locate the first visible choice value
249 /* any of the defaults visible? */
251 prop->visible.tri = expr_calc_value(prop->visible.expr);
252 if (prop->visible.tri == no)
255 if (def_sym->visible != no)
259 /* just get the first visible value */
262 if (def_sym->visible != no)
281 if (def_sym->visible != no)
287 /* is the user choice visible? */
289 if (def_sym && def_sym->visible != no)
364 if (sym->visible != no)
373 if (sym_is_choice_value(sym) && sym->visible == yes) {
377 if (sym->visible != no) {
378 /* if the symbol is visible use the user value
383 sym->visible);
393 prop->visible.tri);
415 if (sym->visible != no && sym_has_value(sym)) {
452 choice_sym->visible != no)
481 if (sym->visible == no)
489 if (sym->visible <= sym->rev_dep.tri)
491 if (sym_is_choice_value(sym) && sym->visible == yes)
493 return val >= sym->rev_dep.tri && val <= sym->visible;
520 if (e->right.sym->visible != no)
715 val = EXPR_AND(expr_calc_value(prop->expr), prop->visible.tri);
792 return sym->visible > sym->rev_dep.tri;
1067 fprintf(stderr, "%s:%d:\tsymbol %s %s is visible depending on %s\n",
1149 sym2 = sym_check_expr_deps(prop->visible.expr);