Lines Matching refs:tri_value
1726 sym.tri_value == 2:
1905 if not (sym.orig_type in _BOOL_TRISTATE and not sym.tri_value)
4317 (self.choice and self.choice.tri_value == 2 or
4318 not self.kconfig.modules.tri_value):
4334 self._cached_str_val = TRI_TO_STR[self.tri_value]
4466 def tri_value(self): member in Symbol
5216 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:
5225 return TRI_TO_STR[self.tri_value]
5228 def tri_value(self): member in Choice
5467 if self.tri_value != 2:
6044 return expr.tri_value
6344 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2:
6348 if sc.orig_type is TRISTATE and vis == 1 and sc.choice.tri_value == 2:
6418 return sym.tri_value if sym.orig_type in _BOOL_TRISTATE else \