Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)lxref.1 4.1 (Berkeley) 04/29/85
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)lxref.1 4.1 (Berkeley) 04/29/85
LXREF 1 9/24/80
C 4 NAME
lxref - lisp cross reference program
SYNOPSIS
lxref [
-N ] file ...
DESCRIPTION
Lxref reads cross reference file(s) written by the lisp compiler
liszt and prints a cross reference listing on the standard output.
Liszt will create a cross reference file during compilation when it is
given the -x switch.
Cross reference files usually end in `.x' and consequently
lxref will append a `.x' to the file names given if necessary.
The one option to
lxref is a decimal integer, N, which sets the
ignorelevel. If a function is called more than
ignorelevel times, the cross reference listing will just print the number of calls
instead of listing each one of them.
The default for
ignorelevel is 50.
AUTHOR
John Foderaro
SEE ALSO
lisp(1),
liszt(1)
BUGS