Searched refs:tri_value (Results 1 – 4 of 4) sorted by relevance
90 if kconf.syms.get('WARN_DEPRECATED', kconf.y).tri_value == 2:93 if kconf.syms.get('WARN_EXPERIMENTAL', kconf.y).tri_value == 2:
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 or4318 not self.kconfig.modules.tri_value):4334 self._cached_str_val = TRI_TO_STR[self.tri_value]4466 def tri_value(self): member in Symbol5216 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 Choice5467 if self.tri_value != 2:[all …]
763 if sym.tri_value != sym.user_value:1611 val_index = sc.assignable.index(sc.tri_value)3000 not (sym.choice and sym.choice.tri_value == 2):3004 if isinstance(node.item, Choice) and node.item.tri_value == 2:3062 tri_val_str = (" ", "M", "*")[item.tri_value]
270 if sym.tri_value != sym.user_value:811 (sym.choice and sym.choice.tri_value == 2):832 elif isinstance(node.item, Choice) and node.item.tri_value == 2:1143 val_index = sc.assignable.index(sc.tri_value)