NAMES


- If name patterns are specified, displays the symbol names associated
with those patterns.
- Otherwise, displays all symbol names.
- All eligible symbols are shown:
- within the current extract file with valid scoping
- within the External Symbols List for other extract files which
are loaded
- special pattern match meta-characters:
?
- matches a single arbitrary character
%
- matches zero or more arbitrary characters
\
- A backslash (
\
) followed by any
character matches that character. Most useful when you need to match
a real ?
, %
, or \
.