|
|
1.1 root 1: # include "stdio.h"
2: # include "assert.h"
3: # include "ctype.h"
4: struct bibfile {
5: int bibfno; /* bib file no. %03d */
6: char *bibfref; /* file referred to */
7: long bibfstrt; /* starting byte of item */
8: long bibival; /* pointer to index in Ind.ic file */
9: int bibfleng; /* length of item */
10: };
11: # define SAME 0
12: extern struct bibfile bibs[];
13: struct newfile {
14: long nn_ic;
15: long new_ic;
16: };
17: struct mapper {
18: long map_old;
19: long map_by;
20: };
21: extern struct mapper maps[];
22: extern struct newfile news[];
23: extern int nhash, lgout;
24: extern long ins1, ins2, add;
25: extern long mappos(), time();
26: extern char *Master, rundir[50];
27: extern int verbose, vhash, chatty;
28: extern double tuse();
29: extern long start;
30: extern int tlapse();
31: extern char *newplace;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.