Lines Matching refs:line
59 for line in f_in:
61 line = line.strip('\n').strip()
64 match = section_end_regex.match(line)
74 experimental_lines += [line]
80 internal_lines += [line]
84 if not line:
88 match = section_begin_regex.match(line)
100 match = func_line_regex.match(line)
118 for line in sorted(lines):
119 print("\t{};".format(line), file=f_out)
136 for line in lines:
138 if not line:
141 print("\t{}".format(line), file=f_out)
151 for line in lines:
153 if not line:
156 print("\t{}".format(line), file=f_out)