Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py981 self._set_match = _re_match(self.config_prefix + r"([^=]+)=(.*)")
982 self._unset_match = _re_match(r"# {}([^ ]+) is not set".format(
7115 def _re_match(regex): function
7133 _command_match = _re_match(r"\s*([A-Za-z0-9_$-]+)\s*")
7137 _id_keyword_match = _re_match(r"([A-Za-z0-9_$/.-]+)\s*")
7142 _assignment_lhs_fragment_match = _re_match("[A-Za-z0-9_-]*")
7146 _assignment_rhs_match = _re_match(r"\s*(=|:=|\+=)\s*(.*)")
7160 _conf_string_match = _re_match(r'"((?:[^\\"]|\\.)*)"')