Lines Matching refs:vis
1906 vis = _get_visibility(self)
1915 if vis != "n":
1935 if vis != "n":
1938 new_val = self.config._eval_min(self.user_val, vis)
1981 if vis != "n":
2033 if vis != "n":
2073 vis = _get_visibility(self)
2074 if TRI_TO_INT[vis] > TRI_TO_INT[rev_dep]:
2075 return vis
3175 vis = "n"
3177 vis = sc.config._eval_max(vis, cond_expr)
3180 vis = sc.config._eval_min(vis, _get_visibility(sc.parent))
3183 if vis == "m" and sc.type != TRISTATE:
3184 vis = "y"
3186 sc.cached_visibility = vis