Annotation of researchv10dc/630/3binc/storclass.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * static char ID_sclsh[] = "@(#) storclass.h: 1.1 1/7/82";
                      3:  */
                      4: 
                      5: /*
                      6:  *   STORAGE CLASSES
                      7:  */
                      8: 
                      9: #define  C_EFCN          -1    /* physical end of function */
                     10: #define  C_NULL          0
                     11: #define  C_AUTO          1     /* automatic variable */
                     12: #define  C_EXT           2     /* external symbol */
                     13: #define  C_STAT          3     /* static */
                     14: #define  C_REG           4     /* register variable */
                     15: #define  C_EXTDEF        5     /* external definition */
                     16: #define  C_LABEL         6     /* label */
                     17: #define  C_ULABEL        7     /* undefined label */
                     18: #define  C_MOS           8     /* member of structure */
                     19: #define  C_ARG           9     /* function argument */
                     20: #define  C_STRTAG        10    /* structure tag */
                     21: #define  C_MOU           11    /* member of union */
                     22: #define  C_UNTAG         12    /* union tag */
                     23: #define  C_TPDEF         13    /* type definition */
                     24: #define C_USTATIC       14    /* undefined static */
                     25: #define  C_ENTAG         15    /* enumeration tag */
                     26: #define  C_MOE           16    /* member of enumeration */
                     27: #define  C_REGPARM      17    /* register parameter */
                     28: #define  C_FIELD         18    /* bit field */
                     29: #define  C_BLOCK         100   /* ".bb" or ".eb" */
                     30: #define  C_FCN           101   /* ".bf" or ".ef" */
                     31: #define  C_EOS           102   /* end of structure */
                     32: #define  C_FILE          103   /* file name */
                     33: 
                     34:        /*
                     35:         * The following storage class is a "dummy" used only by STS
                     36:         * for line number entries reformatted as symbol table entries
                     37:         */
                     38: 
                     39: #define  C_LINE                 104
                     40: #define  C_ALIAS        105   /* duplicate tag */
                     41: #define  C_HIDDEN       106   /* special storage class for external */
                     42:                               /* symbols in dmert public libraries  */

unix.superglobalmegacorp.com

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