|
|
1.1 ! root 1: ! 2: /* ! 3: * ! 4: * External definitions for the variables defined in glob.c. I've also ! 5: * included a few commonly used function declarations just for convenience. ! 6: * ! 7: */ ! 8: ! 9: ! 10: extern char **argv; /* global so everyone can use them */ ! 11: extern int argc; ! 12: ! 13: extern char *prog_name; /* really just for error messages */ ! 14: ! 15: extern int x_stat; /* program exit status */ ! 16: extern int debug; /* debug flag */ ! 17: extern int ignore; /* what we do with FATAL errors */ ! 18: extern long lineno; /* really just for post-processor */ ! 19: ! 20: extern char *fontdir; /* troff's binary font table directory */ ! 21: extern char *bitdir; /* rast* directories found here */ ! 22: extern char *rastdir; /* Imagen raster table directory */ ! 23: extern char *resfile; /* control file in *bitdir/RESIDENT */ ! 24: ! 25: ! 26: extern char *mapfont(); ! 27: extern char *malloc(); ! 28: extern char *rastalloc(); ! 29: extern char *cuserid(); ! 30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.