1BSD/man6/cxref.6

Compare this file to the similar file:
Show the results in this format:

.th CXREF VI 11/13/77
.sh NAME
cxref \- a simple C routine referencing program
.sh SYNOPSIS
.bd cxref
file ...
.sh DESCRIPTION
.it Cxref
is a simple shell script which uses
.it gres
(VI)
and
.it ex
(VI)
and
.it sort
(I)
to make a listing of the routines in the specified C program
files and the lines on which they are defined.
It is useful as a summary when prowling in a large program,
especially since
.it cref
has a habit of looping on large program input.
.sh SEE\ ALSO
cref (I)
.sh AUTHOR
William Joy
.sh BUGS
.it Cxref
assumes that routines begin in the first column of lines,
and that type names are given on different lines than the routine names.
If you have a program which is in a different format than this,
.it cxref
will fail miserably.
The operating system,
C compiler,
Pascal translator,
.it ex
editor,
etc. all work with
.it cxref.