Home | History | Annotate | Download | only in info

Lines Matching full:octal

330      indicates a hexadecimal value, and a leading `0' indicates an octal
1953 Mnemonic for backspace; for ASCII this is octal code 010.
1956 Mnemonic for FormFeed; for ASCII this is octal code 014.
1959 Mnemonic for newline; for ASCII this is octal code 012.
1962 Mnemonic for carriage-Return; for ASCII this is octal code 015.
1965 Mnemonic for horizontal Tab; for ASCII this is octal code 011.
1968 An octal character code. The numeric code is 3 octal digits. For
2041 An octal integer is `0' followed by zero or more of the octal digits
16489 Octal `10Q, 224q'
17014 Returns 1 if string EXPR is binary, 2 if octal, 3 if hexadecimal,
17246 for octal, and `B' for binary.
20475 * \DDD (octal character code): Strings. (line 30)
21139 * integers, octal: Integers. (line 9)
21481 * octal character code (\DDD): Strings. (line 30)
21482 * octal integers: Integers. (line 9)