FunctionPackage: xrefToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

who-uses

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

This function prints the information that would be printed by successively calling who-binds, who-references, and who-sets 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-uses calls this function.

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


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version