Lines Matching refs:visible
47 if (sym_is_choice_value(sym) && sym->visible == yes)
88 prop->visible.tri = expr_calc_value(prop->visible.expr);
89 if (prop->visible.tri != no)
100 prop->visible.tri = expr_calc_value(prop->visible.expr);
101 if (prop->visible.tri != no)
181 /* any prompt visible? */
188 prop->visible.tri = expr_calc_value(prop->visible.expr);
191 * not visible if the corresponding choice's value is
195 prop->visible.tri == mod && choice_sym->curr.tri == yes)
196 prop->visible.tri = no;
198 tri = EXPR_OR(tri, prop->visible.tri);
202 if (sym->visible != tri) {
203 sym->visible = tri;
241 * Next locate the first visible choice value
250 /* any of the defaults visible? */
252 prop->visible.tri = expr_calc_value(prop->visible.expr);
253 if (prop->visible.tri == no)
256 if (def_sym->visible != no)
260 /* just get the first visible value */
263 if (def_sym->visible != no)
282 if (def_sym->visible != no)
288 /* is the user choice visible? */
290 if (def_sym && def_sym->visible != no)
365 if (sym->visible != no)
374 if (sym_is_choice_value(sym) && sym->visible == yes) {
378 if (sym->visible != no) {
379 /* if the symbol is visible use the user value
384 sym->visible);
394 prop->visible.tri);
416 if (sym->visible != no && sym_has_value(sym)) {
453 choice_sym->visible != no)
482 if (sym->visible == no)
490 if (sym->visible <= sym->rev_dep.tri)
492 if (sym_is_choice_value(sym) && sym->visible == yes)
494 return val >= sym->rev_dep.tri && val <= sym->visible;
521 if (e->right.sym->visible != no)
716 val = EXPR_AND(expr_calc_value(prop->expr), prop->visible.tri);
793 return sym->visible > sym->rev_dep.tri;
1111 fprintf(stderr, "%s:%d:\tsymbol %s %s is visible depending on %s\n",
1193 sym2 = sym_check_expr_deps(prop->visible.expr);