The function intern-and-export-list
finds the package specified by package-name, interns all the strings in this package, and exports the resulting symbols.
intern-and-export-list
is a utility function that is used by the importing interface to export symbols by default (when not using defpackage).
LispWorks User Guide and Reference Manual - 20 Sep 2017