Lines Matching refs:match
102 # should be removed or the regular expresssions will fail to match.
131 if trace_line.match(line):
132 match = trace_line.match(line)
134 code_addr, area, symbol_present, symbol_name) = match.groups()
167 if code_line.match(line):
171 if value_line.match(line):
172 match = value_line.match(line)
173 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups()