1/*	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T	*/
2/*	  All Rights Reserved  	*/
3
4
5/*
6 * Copyright (c) 1980 Regents of the University of California.
7 * All rights reserved. The Berkeley software License Agreement
8 * specifies the terms and conditions for redistribution.
9 */
10
11/*
12 * Copyright (c) 1983, 1984 1985, 1986, 1987, 1988, Sun Microsystems, Inc.
13 * All Rights Reserved.
14 */
15
16#pragma ident	"%Z%%M%	%I%	%E% SMI"
17
18#include "refer..c"
19
20FILE *in = stdin;
21FILE *fo = stdout;
22FILE *ftemp = stdout;
23int endpush = 0;
24int sort = 0;
25int labels = 0;
26int keywant = 0;
27int bare = 0;
28int biblio = 0;
29int science = 0;
30int postpunct = 0;
31int authrev = 0;
32char *smallcaps = "";
33char *keystr = "AD";
34char *convert = "X.AP";
35int nmlen = 0, dtlen = 0;
36char *rdata[NSERCH];
37char **search = rdata;
38int refnum = 0;
39char reftext[NRFTXT];
40char *reftable[NRFTBL];
41char *rtp = reftext;
42int sep = '\n';
43char tfile[NTFILE];
44char ofile[NTFILE];
45char gfile[NTFILE];
46char hidenam[NTFILE];
47char *Ifile = "standard input";
48int Iline = 0;
49