Searched refs:STR_TO_TRI (Results 1 - 1 of 1) sorted by path

/u-boot/tools/buildman/
H A Dkconfiglib.py1004 sym._cached_tri_val = STR_TO_TRI[nmy]
2410 token = self.const_syms[name] if name in STR_TO_TRI else \
4599 if self.orig_type in _BOOL_TRISTATE and value in STR_TO_TRI:
4600 value = STR_TO_TRI[value]
5258 if value in STR_TO_TRI:
5259 value = STR_TO_TRI[value]
6054 if sc.is_constant and sc.name not in STR_TO_TRI:
6820 STR_TO_TRI = { variable

Completed in 80 milliseconds