who-calls

Function

Package: xref

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 effect of various argument values are.

This function 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 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 documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.