The function
dspec-definition-locations
returns the locations of the definitions recorded by record-definition for the dspec
dspec
.
For each known definition recorded-dspec names the definition that defined dspec in location , and location is a pathname or keyword as described in at-location.
CL-USER 6 > (dspec:dspec-definition-locations
'(defun foo-bar))
(((DEFSTRUCT FOO) #P"C:/temp/hack.lisp"))