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