Macro: COMMON-LISP:DO-ALL-SYMBOLS

package type clhs

DO-ALL-SYMBOLS (VAR [RESULT-FORM]) {DECLARATION}* {TAG | FORM}* Executes the FORMs once for each symbol in every package with VAR bound to the current symbol.

Lambda list

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