CROSSREF Manual

TAL
Sample Listing
Figure 12-2 shows the first page of the cross-reference listing.
This is the cross-reference file list. It lists the name of each
source file scanned. In this example, only one file, TALEX, was
scanned.
PAGE 1
CROSSREF - CROSS-REFERENCE PROGRAM - T9622C00 - (15JUL87)
Copyright Tandem Computers Incorporated 1982, 1983, 1984, 1985, 1986
FILE NO. FILE NAME
[1] $EM2.UCREF.TALEX
Figure 12-2. CROSSREF Listing--File List
The identifier list makes up the rest of the cross-reference
listing. See Figure 12-3 on the following page. The identifier
list describes each identifier in alphabetic order, showing:
• How it is defined (its attributes)
• Where it is defined (file name and number and line number)
• Where and how it is used in the program
Look at the entry for the identifier named STG. The identifier
header indicates that it is part of the procedure named ASCII and
that it is a STRING indirect variable. It is defined in the file
TALEX at line 102.
It is defined again at line 99 as shown on the identifier
reference line. The remainder of the reference line indicates
that it is both write referenced (indicated by code W) and read
referenced (indicated by code blank) at line 138 and line 140.
12-5