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