LXREF(1) — UNIX Programmer’s Manual
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 creates a cross reference file during compilation when given the −x switch. Cross reference files usually end in ‘.x’ and consequently, lxref appends 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 only prints the number of calls instead of listing each one individually. The default for ignorelevel is 50.
AUTHOR
John Foderaro
SEE ALSO
BUGS
4th Berkeley Distribution — %W%%Q%%Y%