Home | History | Annotate | Download | only in tools

Lines Matching refs:start_line

2316 start_line = lines[start_linenum]
2317 joined_line += ' ' + start_line.lstrip()
2318 if Search(r'(;|})', start_line): # Declarations and trivial functions
2321 elif Search(r'{', start_line):