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

Lines Matching refs:next_pos

882         next_pos = 0
884 line_pos = next_pos
886 next_pos = self._file.tell()
888 starts.append(next_pos)
890 line_pos = next_pos
892 next_pos = self._file.tell()
1310 next_pos = 0
1313 line_pos = next_pos
1315 next_pos = self._file.tell()
1319 starts.append(next_pos)