CROSSREF Manual

CROSSREF COMMANDS
SET Command
SET COMMAND
The SET command changes the attribute specifications for the
current execution of CROSSREF. The syntax of the SET command is:
SET
attribute-specification
attribute-specification
is one of the following:
[ ON ]
CLASS [
class-name
[ ] ]
[ OFF ]
CLASS sets all identifier class flags to the default
values.
CLASS
class-name
sets the specified
class-name
to
either its default value or to the indicated value if
specified.
class-name
can be one of the following:
BLOCKDATAS INLINES PROGLABELS
BLOCKS KEYWORDS REGISTERS
CONDITIONS LINENOS SCREENS
CONSTANTS LITERALS SUBPROCS
FILES MACROS SYSVARS
FMTLABELS MNEMONICS TYPES
FUNCTIONS PROCEDURE PARAMS VARIABLES
INDEXES PROCEDURES
Not all class names are valid for all languages. If
you specify a class name that is not valid for the
current language, CROSSREF sets the identifier class
flag, but the flag has no effect on the operation of
the SCAN command.
If you specify a class name and do not state whether
it is ON or OFF, CROSSREF uses the default setting
for the flag. See "CROSSREF Identifier Classes" in
Section 3 for a list of default values.
>
4-35