Searched refs:config_re (Results 1 – 2 of 2) sorted by relevance
509 config_re = re.compile('(CONFIG_[A-Za-z0-9_]+)[=]\"?([^\"]*)\"?$') variable in CMake803 m = self.config_re.match(line)
85 config_re = re.compile('(CONFIG_[A-Za-z0-9_]+)[=]\"?([^\"]*)\"?$') variable in TestPlan