Annotation of 43BSD/usr.bin/refer/refer..c, revision 1.1

1.1     ! root        1: /*     refer..c        4.3     86/04/23        */
        !             2: 
        !             3: #include <stdio.h>
        !             4: #include <ctype.h>
        !             5: #include <assert.h>
        !             6: 
        !             7: #define FLAG 003
        !             8: #define AFLAG 007
        !             9: #define NRFTXT 10000
        !            10: #define NRFTBL 500
        !            11: #define NTFILE 20
        !            12: #define QLEN 512
        !            13: #define ANSLEN 1024
        !            14: #define TAGLEN 400
        !            15: #define NSERCH 20
        !            16: #define MXSIG 200              /* max bytes in aggregate signal */
        !            17: 
        !            18: extern FILE *in;
        !            19: extern int endpush, sort, labels, keywant, bare;
        !            20: extern int biblio, science, postpunct;
        !            21: extern char *smallcaps;
        !            22: extern char comname;
        !            23: extern char *keystr;
        !            24: extern char *convert;
        !            25: extern int authrev;
        !            26: extern int nmlen, dtlen;
        !            27: extern char *rdata[], **search;
        !            28: extern int refnum;
        !            29: extern char *reftable[];
        !            30: extern char *rtp, reftext[];
        !            31: extern int sep;
        !            32: extern char tfile[];
        !            33: extern char gfile[];
        !            34: extern char ofile[];
        !            35: extern char hidenam[];
        !            36: extern char *Ifile; extern int Iline;
        !            37: extern FILE *fo, *ftemp;
        !            38: extern char *input(),*lookat();
        !            39: extern char *class(),*caps(),*revauth();
        !            40: extern char *artskp(),*fpar();
        !            41: extern char *trimnl();
        !            42: 
        !            43: extern char *getenv(), *sprintf(), *strcpy(), *strcat();

unix.superglobalmegacorp.com

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