who-calls

$Revision: 5.0.2.4 $

Function

Package: CROSS-REFERENCE

Arguments: (name &key inverse in-files in-functions stream)

This function prints the information that would be printed by successively calling who-directly-calls, who-indirectly-calls, and macros-called-by with exactly the arguments passed to this function. Thus, this function is a shorthand for the other three functions. See the description of those functions just above for information on what is printed and what the affect of various argument values are.

This functions does not return any value. The information is printed to the stream specified by the stream keyword argument, which defaults to *standard-output*.  The function xref:get-relation can be used when you wish information returned rather than printed. The top-level command :who-calls calls this function.

See cross_reference.htm for more information on the cross reference facility.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.