Annotation of researchv10no/cmd/troff/Old/nii.c, revision 1.1.1.1

1.1       root        1: #include "tdef.h"
                      2: #ifdef NROFF
                      3: #include "tw.h"
                      4: #endif
                      5: #include "s.h"
                      6: #include "d.h"
                      7: #include "v.h"
                      8: #include <sgtty.h>
                      9: 
                     10: int    *vlist = (int *)
                     11: &v;
                     12: struct s *frame, *stk, *ejl;
                     13: struct s *nxf;
                     14: 
                     15: int    pipeflg;
                     16: #ifdef NROFF
                     17: int    hflg;
                     18: int    eqflg;
                     19: #endif
                     20: 
                     21: #ifndef NROFF
                     22: int    xpts;
                     23: int    *pslp;
                     24: int    psflg;
                     25: int    ppts;
                     26: int    pfont;
                     27: int    paper;
                     28: int    mpts;
                     29: int    mfont;
                     30: int    cs;
                     31: int    code;
                     32: int    ccs;
                     33: int    bd;
                     34: int    back;
                     35: #endif
                     36: 
                     37: int    level;
                     38: int    stdi;
                     39: int    waitf;
                     40: int    nofeed;
                     41: int    quiet;
                     42: int    stop;
                     43: char   ibuf[IBUFSZ];
                     44: char   xbuf[IBUFSZ];
                     45: char   *ibufp;
                     46: char   *xbufp;
                     47: char   *eibuf;
                     48: char   *xeibuf;
                     49: tchar  cbuf[NC];
                     50: tchar  *cp;
                     51: int    nx;
                     52: int    mflg;
                     53: tchar  ch = 0;
                     54: int    cps;
                     55: int    ibf;
                     56: int    ttyod;
                     57: struct sgttyb ttys;
                     58: int    iflg;
                     59: char   *enda;
                     60: int    rargc;
                     61: char   **argp;
                     62: int    trtab[NTRTAB];
                     63: int    lgf;
                     64: int    copyf;
                     65: tchar  ch0;
                     66: int    cwidth;
                     67: filep ip;
                     68: int    nlflg;
                     69: tchar  *ap;
                     70: int    donef;
                     71: int    nflush;
                     72: int    nchar;
                     73: tchar  rchar;
                     74: int    nfo;
                     75: int    ifile;
                     76: int    padc;
                     77: int    raw;
                     78: int    ifl[NSO];
                     79: int    ifi;
                     80: int    flss;
                     81: int    nonumb;
                     82: int    trap;
                     83: int    tflg;
                     84: int    ejf;
                     85: int    gflag;
                     86: int    dilev;
                     87: int    tlss;
                     88: filep offset;
                     89: int    em;
                     90: int    ds;
                     91: filep woff;
                     92: int    app;
                     93: int    ndone;
                     94: int    lead;
                     95: int    ralss;
                     96: filep nextb;
                     97: tchar  nrbits;
                     98: int    nform;
                     99: int    oldmn;
                    100: int    newmn;
                    101: int    macerr;
                    102: filep apptr;
                    103: int    diflg;
                    104: filep roff;
                    105: int    wbfi;
                    106: int    inc[NN];
                    107: int    fmt[NN];
                    108: int    evi;
                    109: int    vflag;
                    110: int    noscale;
                    111: int    po1;
                    112: int    nlist[NTRAP];
                    113: int    mlist[NTRAP];
                    114: int    evlist[EVLSZ];
                    115: int    ev;
                    116: int    tty;
                    117: int    sfont   = FT;   /* appears to be "standard" font; used by .ul */
                    118: int    sv;
                    119: int    esc;
                    120: int    widthp;
                    121: int    xfont;
                    122: int    setwdf;
                    123: int    xbitf;
                    124: int    over;
                    125: int    nhyp;
                    126: tchar  **hyp;
                    127: int    *olinep;
                    128: int    ttysave = -1;
                    129: int    dotT;
                    130: char   *unlkp;
                    131: int    no_out;

unix.superglobalmegacorp.com

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