Lines Matching refs:next
229 self.next = None
236 self.next = None
246 self.next = char
248 if char == self.next:
253 this = self.next
259 c = self.next
268 c = self.next
283 return self.index - len(self.next or '')
285 return self.index - len(self.next or '')
415 if source.next in DIGITS:
418 source.next in OCTDIGITS):
483 continue # check next one
520 this = source.next
552 if source.next == '[':
570 if set and this in '-&~|' and source.next == this:
645 if source.next == "}":
651 while source.next in DIGITS:
654 while source.next in DIGITS:
749 if source.next is None:
822 if source.next == "|":
983 if source.next is not None:
984 assert source.next == ")"
1053 if s.next in OCTDIGITS:
1055 if s.next in OCTDIGITS:
1060 if s.next in DIGITS:
1063 s.next in OCTDIGITS):