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 functions2023 elif Search(r'{', start_line):