Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-102
IDENTIFIER
IDENTIFIER
The IDENTIFIER command displays information about the internal characteristics of a
given data location or of all data locations in one or more scope units. The
IDENTIFIER command is a synonym for the INFO IDENTIFIER command.
*
specifies all identifiers in the scope unit identified by the current scope path.
identifier-spec
specifies a given identifier or group of identifiers.
[ scope-path. ] identifier [ .identifier ]
specifies a unique identifier.
scope-path
specifies all identifiers in a given scope unit.
#data-block
specifies all identifiers in a given data block.
##GLOBAL
specifies all identifiers in the global data block implicitly named by TAL.
Related Commands
INFO IDENTIFIER on page 6-105
MATCH with the IDENTIFIER option on page 6-144
IDENTIFIER { * | identifier-spec }
identifier-spec: one of
[ scope-path. ] identifier [ .identifier ]...
scope-path
#data-block
##GLOBAL