Home
last modified time | relevance | path

Searched refs:STR_TO_TRI (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1003 sym._cached_tri_val = STR_TO_TRI[nmy]
2412 token = self.const_syms[name] if name in STR_TO_TRI else \
4636 if self.orig_type in _BOOL_TRISTATE and value in STR_TO_TRI:
4637 value = STR_TO_TRI[value]
5295 if value in STR_TO_TRI:
5296 value = STR_TO_TRI[value]
6097 if sc.is_constant and sc.name not in STR_TO_TRI:
6868 STR_TO_TRI = { variable