Searched refs:DEFINE_REGEX_MAKEFILE (Results 1 – 1 of 1) sorted by relevance
37 DEFINE_REGEX_MAKEFILE = re.compile(r"(?:['\"])?([\w]+)") variable84 matched = DEFINE_REGEX_MAKEFILE.match(define)201 match1 = DEFINE_REGEX_MAKEFILE.match(input1)202 match2 = DEFINE_REGEX_MAKEFILE.match(input2)203 match3 = DEFINE_REGEX_MAKEFILE.match(input3)204 match4 = DEFINE_REGEX_MAKEFILE.match(input4)205 match5 = DEFINE_REGEX_MAKEFILE.match(input5)