Home | History | Annotate | Download | only in python2.7

Lines Matching full:lastpos

1313         lastpos = 0L
1323 if offset > lastpos:
1324 sp.append(_hole(lastpos, offset - lastpos))
1327 lastpos = offset + numbytes
1344 if offset > lastpos:
1345 sp.append(_hole(lastpos, offset - lastpos))
1348 lastpos = offset + numbytes
1352 if lastpos < origsize:
1353 sp.append(_hole(lastpos, origsize - lastpos))