Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py2611 s, i = self._expand_macro(s, i, ())
2672 s, i = self._expand_macro(s, i, args)
2707 s, i = self._expand_macro(s, match.start(), ())
2736 s, i = self._expand_macro(s, match.start(), ())
2742 def _expand_macro(self, s, i, args): member in Kconfig
2802 s, i = self._expand_macro(s, match.start(), args)