Lines Matching refs:match
75 match = include_re.match(line)
76 assert match, line
77 keyword = match.group(2)
78 include = match.group(3)
96 duple, or a touple of None values if there isn't a match."""
101 m = rex.match(line)
108 are forwarded to _include_matcher, which is used to match the
116 if fname and rex.match(fname):
136 m = rex.match(context["filename"])
237 # if we've got a match, clean up the #include line,