Lines Matching defs:OCTDIGITS
22 OCTDIGITS = frozenset("01234567")
349 elif c in OCTDIGITS:
351 escape += source.getwhile(2, OCTDIGITS)
411 escape += source.getwhile(2, OCTDIGITS)
417 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and
418 source.next in OCTDIGITS):
1053 if s.next in OCTDIGITS:
1055 if s.next in OCTDIGITS:
1062 if (c in OCTDIGITS and this[2] in OCTDIGITS and
1063 s.next in OCTDIGITS):