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