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

NextPrevUpTopContentsIndex

who-sets

Function
Summary

Returns the definitions which set a special variable.

Package

hcl

Signature

who-sets symbol => result

Arguments

symbol

A special variable.

Values

result

A list.

Description

The function who-sets returns a list of dspecs naming the definitions which set the value of the special variable symbol.

Notes

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

See also

sets-who
toggle-source-debugging
who-binds
who-references


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex