Annotation of 40BSD/cmd/adb/head.h, revision 1.1.1.1

1.1       root        1: ADDR   maxoff;
                      2: ADDR   localval;
                      3: 
                      4: struct nlist *symtab, *esymtab;
                      5: struct nlist *cursym;
                      6: struct nlist *lookup();
                      7: 
                      8: struct exec filhdr;
                      9: 
                     10: long   var[36];
                     11: 
                     12: int    xargc;
                     13: 
                     14: MAP    txtmap;
                     15: MAP    datmap;
                     16: INT    wtflag;
                     17: INT    fcor;
                     18: INT    fsym;
                     19: L_INT  maxfile;
                     20: L_INT  maxstor;
                     21: INT    signo;
                     22: 
                     23: union {
                     24:        struct  user U;
                     25:        char    UU[ctob(UPAGES)];
                     26: } udot;
                     27: #define        u       udot.U
                     28: 
                     29: char   *corfil, *symfil;
                     30: 

unix.superglobalmegacorp.com

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