Home | History | Annotate | Download | only in bgen

Lines Matching refs:lines

65     format expansion contains embedded newlines.  Exception: lines

67 C preprprocessor lines.
72 lines = text.split('\n')
73 for i in range(len(lines)):
74 if lines[i] and lines[i][0] != '#':
75 lines[i] = indent + lines[i]
76 text = '\n'.join(lines)
148 first nonblank line of the string will be subtracted from all lines.
149 The lines are then output using Output(), but without interpretation
164 in the first line, (up to) three tabs are removed from following lines,
170 lines = text.split('\n')
172 for line in lines:
180 for line in lines:
205 /* Here are a few comment lines.
206 Just to test indenting multiple lines.
208 End of the comment lines. */