CROSSREF Manual

FORTRAN
FORTRAN Identifiers
Table 9-1. FORTRAN Identifier Classes
CROSSREF Default FORTRAN
Class Setting Type
_______________________________________________________________
BLOCKDATAS ON BLOCK DATA subprograms
BLOCKS ON COMMON blocks
CONSTANTS ON PARAMETERs (named constants)
FMTLABELS ON Labels of FORMAT statements
FUNCTIONS ON FUNCTION subprograms
INLINES ON Inline functions
LITERALS OFF Unnamed constants
PROCEDURE PARAMS ON Dummy procedures
PROCEDURES ON SUBROUTINE subprograms
PROGLABELS ON Labels of executable statements
SUBPROCS ON Statement functions
VARIABLES ON Variables, arrays, records
Notice that the default setting for LITERALS is OFF. If you want
unnamed constants to appear in the cross-reference listing, you
must set LITERALS to ON using the SET command. See Section 4 for
details.
9-2