|
|
1.1 root 1:
2: /*
3: *
4: * Definition and initialization of most of the global variables.
5: *
6: */
7:
8:
9: #include <stdio.h> /* just for definition of NULL */
10:
11:
12: #include "gen.h" /* general purpose definitions */
13: #include "init.h" /* printer and system definitions */
14:
15:
16: char **argv; /* global so everyone can use them */
17: int argc;
18:
19: char *prog_name = ""; /* really just for error messages */
20:
21: int x_stat = 0; /* program exit status */
22: int debug = OFF; /* debug flag */
23: int ignore = OFF; /* what we do with FATAL errors */
24: long lineno = 0; /* really just for post-processor */
25:
26: char *fontdir = FONTDIR; /* troff's binary font table directory */
27: char *bitdir = NULL; /* rast* directories found here */
28: char *rastdir = "."; /* raster files are found right here */
29: char *resfile = NULL; /* control file in *bitdir/RESIDENT */
30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.