Lines Matching defs:match
18 match = line_re.match( line )
19 if match:
20 type = match.group(1)
21 pname = match.group(2)
22 fields = string.split( match.group(3) )
27 match = extensions_line_re.match( line )
28 if match:
29 type = match.group(1)
30 pname = match.group(2)
31 ifdef = match.group(3)
32 fields = string.split( match.group(4) )