All Manuals > LispWorks User Guide and Reference Manual > 32 The HCL Package

NextPrevUpTopContentsIndex

references-who

Function
Summary

Lists special variables referenced by a definition.

Package

hcl

Signature

references-who function => result

Arguments

function

A symbol or a function dspec.

Values

result

A list.

Description

The function references-who returns a list of the special variables referenced by the definition named by function .

Notes

The cross-referencing information used by references-who is generated when code is compiled with source-level debugging switched on.

See also

toggle-source-debugging
who-references


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex