Annotation of researchv10no/cmd/cref/ccmn.c, revision 1.1.1.1

1.1       root        1: int    nocont;
                      2: struct tempent {
                      3:                char    *beg;
                      4:                int     ct;
                      5:                char    term;
                      6:        } temp[30];
                      7: 
                      8: char   lbuf[5];
                      9: int    cflag;
                     10: int    t1;
                     11: 
                     12: int    level;
                     13: int    hlevel;
                     14: int    dlevel;
                     15: int    xtrn;
                     16: 
                     17: int    tp[5];
                     18: 
                     19: struct {
                     20:                int     cl[NUMC];
                     21:        } tab[NUMS];
                     22: 
                     23: int    coll();
                     24: int    save();
                     25: int    out();
                     26: int    asym();
                     27: int    asw();
                     28: int    csym();
                     29: int    csw();
                     30: int    incl();
                     31: int    decl();
                     32: int    sk2();
                     33: int    sk();
                     34: int    tabs();
                     35: int    semi();
                     36: 
                     37: char   line[132];
                     38: int    l;
                     39: int    lno;
                     40: char   c;
                     41: int    cursl;
                     42: char   curs[9];
                     43: int    curfl;
                     44: char   curf[16];
                     45: 
                     46: int    usw;
                     47: int    xsw;
                     48: int    only;
                     49: int    cross;
                     50: int    file;
                     51: int    cs;
                     52: int    (*flag[8])();
                     53: int    fl;
                     54: char   gch[8];
                     55: 
                     56: struct htab    {
                     57:                int     hsiz;
                     58:                int     ssiz;
                     59:                int     nsym;
                     60:                int     curb;
                     61:                int     *hptr;
                     62:                char    *symt;
                     63:                };
                     64: 
                     65: struct htab    itab;
                     66: struct htab    xtab;
                     67: 
                     68: int    ipsp[PTRI];
                     69: char   issp[CHARI];
                     70: int    xpsp[PTRX];
                     71: char   xssp[CHARX];
                     72: 
                     73: int    ib1[259];
                     74: int    ib2[259];
                     75: 
                     76: char   *ibuf;
                     77: char   *ibuf1;
                     78: char   *ibuf2;
                     79: 
                     80: char   mone;
                     81: int    single;
                     82: int    order;
                     83: int    ssw;
                     84: int    type;
                     85: char   *utmp;

unix.superglobalmegacorp.com

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