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;

Defined variables

Ifile defined in line 34; used 3 times
authrev defined in line 18; used 4 times
biblio defined in line 15; used 9 times
convert defined in line 21; used 4 times
gfile defined in line 32; used 2 times
hidenam defined in line 33; used 8 times
keywant defined in line 13; used 5 times
labels defined in line 12; never used
nmlen defined in line 22; used 3 times
ofile defined in line 31; used 5 times
postpunct defined in line 17; used 3 times
reftable defined in line 27; used 2 times
reftext defined in line 26; used 4 times
rtp defined in line 28; used 5 times
sccsid defined in line 2; never used
science defined in line 16; used 4 times
search defined in line 24; used 5 times
smallcaps defined in line 19; used 4 times
tfile defined in line 30; used 8 times
Last modified: 1987-02-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2415
Valid CSS Valid XHTML 1.0 Strict