Home | History | Annotate | Download | only in tools

Lines Matching refs:start_line

1992       start_line = lines[start_linenum]
1993 joined_line += ' ' + start_line.lstrip()
1994 if Search(r'(;|})', start_line): # Declarations and trivial functions
1997 elif Search(r'{', start_line):