home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d166
/
cref.lha
/
Cref
/
Cref.Doc
< prev
next >
Wrap
Text File
|
1988-11-22
|
933b
|
29 lines
cref - C cross referencer
This program reads C source from its standard input or one or more files
and prints the source code with line numbers followed by an alphabetic
list of word references by line number.
To run:
cref [-q] [-lnnn] [-wnnn] [-hheading] [-tnnn] [-?] [file ...]
Options:
q - don't print normal input file listing.
lnnn - set page length to n instead of the default 66.
Minimum allowed is 4, maximum is 9999.
wnnn - set page width to n instead of the default 132.
Minimum allowed is 27, maximum is 132.
hccc - set page heading to 'ccc' rather than file names.
tnnn - set tab spaces to n instead if the default 8.
Minimum is 1, maximum is 132.
? - display this list.
This program was written by Mike Edmonds for use on Unix. It was ported
to the Amiga by Joel Swank. The original UNIX source is included for
the sake of completeness.