Lines Matching refs:tri_value
1725 sym.tri_value == 2:
1904 if not (sym.orig_type in _BOOL_TRISTATE and not sym.tri_value)
4279 (self.choice and self.choice.tri_value == 2 or
4280 not self.kconfig.modules.tri_value):
4296 self._cached_str_val = TRI_TO_STR[self.tri_value]
4428 def tri_value(self): member in Symbol
5178 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:
5187 return TRI_TO_STR[self.tri_value]
5190 def tri_value(self): member in Choice
5429 if self.tri_value != 2:
6000 return expr.tri_value
6300 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2:
6304 if sc.orig_type is TRISTATE and vis == 1 and sc.choice.tri_value == 2:
6374 return sym.tri_value if sym.orig_type in _BOOL_TRISTATE else \