Annotation of researchv10no/cmd/tsort/ts.h, revision 1.1.1.1

1.1       root        1: #ifndef TS_Include
                      2: #define TS_Include
                      3: #define NBUFLEN 132
                      4: 
                      5: struct obj {
                      6:        struct obj *next;
                      7:        char *name;
                      8:        struct group *ogroup;
                      9:        unsigned iptr, jct;
                     10:        int seq;
                     11:        };
                     12: 
                     13: struct obj1 {
                     14:        struct obj1 *next;
                     15:        char *name;
                     16:        struct group *ogroup;
                     17:        unsigned iptr;
                     18:        struct ref *nextref;
                     19:        };
                     20: 
                     21: struct ref {
                     22:        struct ref *next;
                     23:        char *name;
                     24:        struct obj *robj;
                     25:        };
                     26: 
                     27: struct refc {
                     28:        unsigned rcnext;
                     29:        struct ref *rcref;
                     30:        };
                     31: 
                     32: struct group {
                     33:        struct group *next;
                     34:        char *name;
                     35:        unsigned gseq;
                     36:        };
                     37: #endif

unix.superglobalmegacorp.com

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