Lines Matching refs:line
63 for line in f_in:
65 line = line.strip('\n').strip()
68 match = section_end_regex.match(line)
78 experimental_lines += [line]
84 internal_lines += [line]
88 if not line:
92 match = section_begin_regex.match(line)
104 match = func_line_regex.match(line)
122 for line in sorted(lines):
123 print("\t{}".format(line), file=f_out)
140 for line in lines:
142 if not line:
145 print("\t{}".format(line), file=f_out)
155 for line in lines:
157 if not line:
160 print("\t{}".format(line), file=f_out)