Annotation of 42BSD/usr.bin/refer/refer0.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char *sccsid = "@(#)refer0.c    4.1 (Berkeley) 5/6/83";
                      3: #endif
                      4: 
                      5: #include "refer..c"
                      6: 
                      7: FILE *in = stdin;
                      8: FILE *fo = stdout;
                      9: FILE *ftemp = stdout;
                     10: int endpush = 0;
                     11: int sort = 0;
                     12: int labels = 0;
                     13: int keywant = 0;
                     14: int bare = 0;
                     15: int biblio = 0;
                     16: int science = 0;
                     17: int postpunct = 0;
                     18: int authrev = 0;
                     19: char *smallcaps = "";
                     20: char *keystr = "AD";
                     21: char *convert = "X.AP";
                     22: int nmlen = 0, dtlen = 0;
                     23: char *rdata[NSERCH];
                     24: char **search = rdata;
                     25: int refnum = 0;
                     26: char reftext[NRFTXT];
                     27: char *reftable[NRFTBL];
                     28: char *rtp = reftext;
                     29: int sep = '\n';
                     30: char tfile[NTFILE];
                     31: char ofile[NTFILE];
                     32: char gfile[NTFILE];
                     33: char hidenam[NTFILE];
                     34: char *Ifile = "standard input";
                     35: int Iline = 0;

unix.superglobalmegacorp.com

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