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

NextPrevUpTopContentsIndex

who-binds

Function
Summary

Returns the definitions which bind a special variable.

Package

hcl

Signature

who-binds symbol => result

Arguments

symbol

A special variable.

Values

result

A list.

Description

The function who-binds returns a list of dspecs naming the definitions which bind the special variable symbol.

Notes

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

See also

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


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex