Searched refs:tri_value (Results 1 – 3 of 3) sorted by relevance
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 or4280 not self.kconfig.modules.tri_value):4296 self._cached_str_val = TRI_TO_STR[self.tri_value]4428 def tri_value(self): member in Symbol5178 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 Choice5429 if self.tri_value != 2:[all …]
763 if sym.tri_value != sym.user_value:1611 val_index = sc.assignable.index(sc.tri_value)2994 not (sym.choice and sym.choice.tri_value == 2):2998 if isinstance(node.item, Choice) and node.item.tri_value == 2:3056 tri_val_str = (" ", "M", "*")[item.tri_value]
269 if sym.tri_value != sym.user_value:810 (sym.choice and sym.choice.tri_value == 2):831 elif isinstance(node.item, Choice) and node.item.tri_value == 2:1142 val_index = sc.assignable.index(sc.tri_value)