Home | History | Annotate | Download | only in tools

Lines Matching refs:start_line

2018       start_line = lines[start_linenum]
2019 joined_line += ' ' + start_line.lstrip()
2020 if Search(r'(;|})', start_line): # Declarations and trivial functions
2023 elif Search(r'{', start_line):