Lines Matching refs:start
189 start = 0
191 while start <= laststart:
192 stop = start + maxlinelen1
195 append(line[start:stop - 1])
196 start = stop - 2
198 append(line[start:stop])
199 start = stop - 1
201 append(line[start:stop] + '=')
202 start = stop
206 room = start - laststart
218 append(line[start:-1] + q)
220 append(line[start:])