Macro: COMMON-LISP:DO-EXTERNAL-SYMBOLS

package type clhs

DO-EXTERNAL-SYMBOLS (VAR [PACKAGE [RESULT-FORM]]) {DECL}* {TAG | FORM}* Executes the FORMs once for each external symbol in the given PACKAGE with VAR bound to the current symbol.

Lambda list

((sb-debug:var &optional package sb-impl::result-form) &body sb-impl::body-decls)