Lines Matching defs:match
16 match = line_re.match( line )
17 if match:
18 type = match.group(1)
19 pname = match.group(2)
20 fields = string.split( match.group(3) )
25 match = extensions_line_re.match( line )
26 if match:
27 type = match.group(1)
28 pname = match.group(2)
29 ifdef = match.group(3)
30 fields = string.split( match.group(4) )