Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py2614 s, i = self._expand_macro(s, i, ())
2675 s, i = self._expand_macro(s, i, args)
2710 s, i = self._expand_macro(s, match.start(), ())
2739 s, i = self._expand_macro(s, match.start(), ())
2745 def _expand_macro(self, s, i, args): member in Kconfig
2805 s, i = self._expand_macro(s, match.start(), args)