Annotation of researchv9/cmd/sh/mac.h, revision 1.1.1.1

1.1       root        1: /*     @(#)mac.h       1.3     */
                      2: /*
                      3:  *     UNIX shell
                      4:  *
                      5:  *     Bell Telephone Laboratories
                      6:  *
                      7:  */
                      8: 
                      9: #define TRUE   (-1)
                     10: #define FALSE  0
                     11: #define LOBYTE 0377
                     12: #define STRIP  0177
                     13: #define QUOTE  0200
                     14: 
                     15: #define EOF    0
                     16: #define NL     '\n'
                     17: #define SP     ' '
                     18: #define LQ     '`'
                     19: #define RQ     '\''
                     20: #define MINUS  '-'
                     21: #define COLON  ':'
                     22: #define TAB    '\t'
                     23: 
                     24: 
                     25: 
                     26: #define blank()                prc(SP)
                     27: #define        tab()           prc(TAB)
                     28: #define newline()      prc(NL)
                     29: 

unix.superglobalmegacorp.com

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