after_time	tape_dup.c	/^clock_t after_time, before_time;	\/* Per pass elapsed time.	*\/$/
before_time	tape_dup.c	/^clock_t after_time, before_time;	\/* Per pass elapsed time.	*\/$/
block_size	tape_dup.c	/^int	block_size = DEFAULT_SIZE;	\/* Default block size to use.	*\/$/
btime	tape_dup.c	/^struct timeb stime, btime, etime;	\/* For elapsed times.		*\/$/
compare_buffer	tape_dup.c	/^char	*compare_buffer;		\/* Buffer for data comparisons.	*\/$/
compare_flag	tape_dup.c	/^int	compare_flag = FALSE;		\/* Compare tape with disk files	*\/$/
data_buffer	tape_dup.c	/^char	*data_buffer;			\/* Pointer to malloc'ed buffer.	*\/$/
debug_flag	tape_dup.c	/^int	debug_flag = FALSE;		\/* Enable debug output flag.	*\/$/
directory_name	tape_dup.c	/^char	*directory_name = ".";		\/* Directory name of data files.*\/$/
etime	tape_dup.c	/^struct timeb stime, btime, etime;	\/* For elapsed times.		*\/$/
fast_crc.c:crctab	fast_crc.c	/^static unsigned short crctab[1<<8] = { \/* as calculated by initcrctab() *\/$/
fast_crc.c:sccsid	fast_crc.c	/^static	char sccsid[] = "@(#)fast_crc.c 1.1 89\/09\/22 Free Software from Usenet.";$/
file_count	tape_dup.c	/^int	file_count = BIG;		\/* Number of files to process.	*\/$/
file_number	tape_dup.c	/^int	file_number = 1;		\/* The current file number.	*\/$/
file_size	tape_dup.c	/^long	file_size;			\/* The current file size.	*\/$/
fp	tape_dup.c	/^FILE	*fp, *fpi;			\/* File pointers (disk files).	*\/$/
fpi	tape_dup.c	/^FILE	*fp, *fpi;			\/* File pointers (disk files).	*\/$/
ifd	tape_dup.c	/^int	ifd = -1, ofd = -1;		\/* Input\/output file descrip.	*\/$/
input_file	tape_dup.c	/^char	*input_file;			\/* Pointer to input file name.	*\/$/
last_read	tape_dup.c	/^int	last_read;			\/* The last read count.		*\/$/
main	fast_crc.c	/^main( ac, av )$/
main	fast_crc.c	/^main()$/
main	tape_dup.c	/^main (argc, argv)$/
match	tape_dup.c	/^match (s)$/
name	tape_dup.c	/^char	*name;				\/* The program name.		*\/$/
number	tape_dup.c	/^number (big)$/
operation_type	tape_dup.c	/^char	*operation_type = "unknown";	\/* Type of operation performed.	*\/$/
output_file	tape_dup.c	/^char	*output_file;			\/* Pointer to output file name.	*\/$/
print_time	tape_dup.c	/^print_time (time)$/
record_count	tape_dup.c	/^long	record_count;			\/* The current record count.	*\/$/
report_time	tape_dup.c	/^report_time()$/
report_time	tape_dup.c	/^report_time()$/
skip_count	tape_dup.c	/^int	skip_count;			\/* # of input files to skip.	*\/$/
starting_record	tape_dup.c	/^long	starting_record;		\/* The starting record number.	*\/$/
stime	tape_dup.c	/^struct timeb stime, btime, etime;	\/* For elapsed times.		*\/$/
string	tape_dup.c	/^char	*string;			\/* Current string pointer.	*\/$/
tape_dup.c:sccsid	tape_dup.c	/^static	char sccsid[] = "@(#)tape_dup.c 1.2 90\/04\/03 1989 Compugraphic Corp.";$/
tape_read	tape_read.c	/^tape_read()$/
tape_read.c:sccsid	tape_read.c	/^static	char sccsid[] = "@(#)tape_read.c 1.2 90\/04\/03 1989 Compugraphic Corp.";$/
tape_write	tape_write.c	/^tape_write()$/
tape_write.c:sccsid	tape_write.c	/^static	char sccsid[] = "@(#)tape_write.c 1.4 90\/05\/03 1989 Compugraphic Corp.";$/
terminate	tape_dup.c	/^terminate (code)$/
total_files	tape_dup.c	/^int	total_files;			\/* The total number of files.	*\/$/
total_size	tape_dup.c	/^long	total_size;			\/* The total file size (bytes).	*\/$/
tr_open_files	tape_read.c	/^tr_open_files()$/
tw_open_files	tape_write.c	/^tw_open_files()$/
tw_proc_eof	tape_write.c	/^tw_proc_eof()$/
tw_proc_eof	tape_write.c	/^tw_proc_eof()$/
updcrc	fast_crc.c	/^unsigned short updcrc( icrc, icp, icnt )$/
usage	tape_dup.c	/^usage()$/
verbose_flag	tape_dup.c	/^int	verbose_flag = TRUE;		\/* Verbose messages output.	*\/$/
verify_flag	tape_dup.c	/^int	verify_flag = FALSE;		\/* Verify the read\/write data.	*\/$/
