Home | History | Annotate | Download | only in tools

Lines Matching refs:next_line

2291       next_line = raw[linenum + 1]
2292 if (next_line
2293 and Match(r'\s*}', next_line)
2294 and next_line.find('} else ') == -1):
3434 next_line = clean_lines.elided[linenum + 1]
3441 if not Search(r'^\s*}[\w\*,\s]*;', next_line):