Annotation of coherent/f/usr/include.78/ascii.h, revision 1.1.1.1

1.1       root        1: /* (-lgl
                      2:  *     COHERENT Version 3.0
                      3:  *     Copyright (c) 1982, 1990 by Mark Williams Company.
                      4:  *     All rights reserved. May not be copied without permission.
                      5:  -lgl) */
                      6: #ifndef        ASCII_H
                      7: #define        ASCII_H
                      8: 
                      9: /*
                     10:  * Ascii Macro Definitions.
                     11:  */
                     12: 
                     13: #define A_NUL  0x00    /* Null                 */
                     14: #define A_SOH  0x01    /* Start Of Header      */
                     15: #define A_STX  0x02    /* Start Of Text        */
                     16: #define A_ETX  0x03    /* End Of Text          */
                     17: #define A_EOT  0x04    /* End Of Transmission  */
                     18: #define A_ENQ  0x05    /* Enquiry              */
                     19: #define A_ACK  0x06    /* Acknowledge          */
                     20: #define A_BEL  0x07    /* Bell                 */
                     21: #define A_BS   0x08    /* Backspace            */
                     22: #define A_HT   0x09    /* Horizontal Tab       */
                     23: #define A_NL   0x0A    /* New Line             */
                     24: #define A_LF   0x0A    /* Line Feed            */
                     25: #define A_VT   0x0B    /* Vertical Tabulation  */
                     26: #define A_FF   0x0C    /* Form Feed            */
                     27: #define A_CR   0x0D    /* Carriage Return      */
                     28: #define A_SO   0x0E    /* Stand Out            */
                     29: #define A_SI   0x0F    /* Stand In             */
                     30: #define A_DLE  0x10    /* Data Link Escape     */
                     31: #define A_DC1  0x11    /* Data Ctrl 1 - XON    */
                     32: #define A_DC2  0x12    /* Data Ctrl 2          */
                     33: #define A_DC3  0x13    /* Data Ctrl 3 - XOFF   */
                     34: #define A_DC4  0x14    /* Data Ctrl 4          */
                     35: #define A_NAK  0x15    /* Negative Acknowledge */
                     36: #define A_SYN  0x16    /* Synchronization      */
                     37: #define A_ETB  0x17    /*                      */
                     38: #define A_CAN  0x18    /* Cancel               */
                     39: #define A_EM   0x19    /*                      */
                     40: #define A_SUB  0x1A    /*                      */
                     41: #define A_ESC  0x1B    /* Escape               */
                     42: #define A_FS   0x1C    /*                      */
                     43: #define A_GS   0x1D    /*                      */
                     44: #define A_RS   0x1E    /*                      */
                     45: #define A_US   0x1F    /*                      */
                     46: #define A_DEL  0x7F    /* Delete               */
                     47: 
                     48: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.