1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<HTML>
<HEAD>
<TITLE>Option: crossref</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="common.html">-common</A><HR><P>
<H2>Option: <font color=#FF0080>crossref</font></H2><P>
<A NAME="crossref"></A><DT><B><A HREF="crossref.html">-crossref</A></B> </DT>
<DD>Specifies
that a cross-reference table be printed. This table lists each subprogram
followed by a list of the routines that call it. Also prints a table listing
each COMMON block followed by a list of the routines that access it. Default
= no. <blockquote></DD>
</DL>
<P>
The cross-reference listing omits library modules that are not in
the call tree of the main program. The list is alphabetized. The routines
listed as using a COMMON block are those in which some variables in the
block are accessed, not simply those routines that declare the block.
(To find out what routines declare a COMMON block but do not use it, see
the <B><A HREF="usage.html">-usage</A> </B> flag.) <P>
See also: <B><A HREF="calltree.html">-calltree</A> </B>, <B><A HREF="reference.html">-reference</A> </B>, <B><A HREF="sort.html">-sort</A> </B>, <B><A HREF="symtab.html">-symtab</A> </B>, <B><A HREF="vcg.html">-vcg</A>
</B>. </blockquote>
<P>
<DL>
<P><HR><P>Next: <A HREF="declare.html">-declare</A>
</BODY></HTML>
|