Lines Matching full:octal
139 # The separator can be given as octal number.
141 . warning The separator \012 is not interpreted in octal ASCII.
144 # The octal number can have as many digits as it wants.
199 # The character number is interpreted as octal number by default.
200 # The digit '8' is not an octal digit though.
204 . warning The separator \8 is accepted even though it is not octal.
206 . warning The separator \8 is accepted even though it is not octal.
209 # Trailing characters after the octal character number are rejected.
246 # After the backslash, only n, t, an octal number, or x and a hexadecimal
256 # interpreted an "octal escape" as decimal if the first digit was not '0'.
261 # Since the character escape is always interpreted as octal, let's see what
262 # happens for non-octal digits. From 2003.07.23.18.06.46 to