To find location information for definitions made in the running image or recorded in a tags database or a tags file:
dspec:find-dspec-locations
, or
dspec:find-name-locations
The extent of the search is controlled by the value of the variable
dspec:*active-finders*
. See the
LispWorks Reference Manual
for details.
For example, to obtain the locations of the definitions of foo acros all dspec namespaces, call
(dspec:find-name-locations dspec:*dspec-classes* 'foo)
Another example of the use of
dspec:find-name-locations
is the LispWorks Editor tool's Find Definitions tab.