home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / UNIX3862.ZIP / U386-06.ZIP / U386-6.TD0 / usr / include / sys / ascii.h < prev    next >
Encoding:
Text File  |  1988-06-26  |  1.1 KB  |  52 lines

  1. /*    Copyright (c) 1984, 1986, 1987, 1988 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8. /*    Copyright (c) 1987, 1988 Microsoft Corporation    */
  9. /*      All Rights Reserved    */
  10.  
  11. /*    This Module contains Proprietary Information of Microsoft  */
  12. /*    Corporation and should be treated as Confidential.       */
  13.  
  14. #ident    "@(#)head.sys:ascii.h    1.3"
  15.  
  16. #define A_NUL    0
  17. #define A_SOH    1
  18. #define A_STX    2
  19. #define A_ETX    3
  20. #define A_EOT    4
  21. #define A_ENQ    5
  22. #define A_ACK    6
  23. #define A_BEL    7
  24. #define A_BS    8
  25. #define A_HT    9
  26. #define A_NL    10
  27. #define A_LF    10
  28. #define A_VT    11
  29. #define A_FF    12
  30. #define A_NP    12
  31. #define A_CR    13
  32. #define A_SO    14
  33. #define A_SI    15
  34. #define A_DLE    16
  35. #define A_DC1    17
  36. #define A_DC2    18
  37. #define A_DC3    19
  38. #define A_DC4    20
  39. #define A_NAK    21
  40. #define A_SYN    22
  41. #define A_ETB    23
  42. #define A_CAN    24
  43. #define A_EM    25
  44. #define A_SUB    26
  45. #define A_ESC    27
  46. #define A_FS    28
  47. #define A_GS    29
  48. #define A_RS    30
  49. #define A_US    31
  50. #define A_DEL    127
  51. #define A_CSI    0x9b
  52.