Lines Matching refs:TRISTATE
1002 sym.orig_type = TRISTATE
1286 sym.orig_type is TRISTATE
4003 The type of the symbol. One of BOOL, TRISTATE, STRING, INT, HEX, UNKNOWN.
4007 When running without modules (MODULES having the value n), TRISTATE
4278 if self.orig_type is TRISTATE and \
4593 TRISTATE symbols, check the Symbol.assignable attribute to see what
4614 self.orig_type is TRISTATE and value in TRI_TO_STR or
5013 The type of the choice. One of BOOL, TRISTATE, UNKNOWN. UNKNOWN is for
5018 When running without modules (CONFIG_MODULES=n), TRISTATE choices
5178 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:
5267 self.orig_type is TRISTATE and value in TRI_TO_STR):
6299 if sc.choice.orig_type is TRISTATE and \
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:
6310 if vis == 1 and sc.type is not TRISTATE:
6371 # For BOOL and TRISTATE, n/m/y count as 0/1/2. This mirrors 9059a3493ef
6984 TRISTATE = _T_TRISTATE
6992 TRISTATE: "tristate",
7013 _T_DEF_TRISTATE: TRISTATE,
7071 TRISTATE,
7076 TRISTATE,