Lines Matching refs:start_line
1982 start_line = lines[start_linenum]1983 joined_line += ' ' + start_line.lstrip()1984 if Search(r'(;|})', start_line): # Declarations and trivial functions1987 elif Search(r'{', start_line):