File: reference.html

package info (click to toggle)
ftnchek 2.11.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,392 kB
  • ctags: 2,790
  • sloc: ansic: 21,570; fortran: 2,921; yacc: 2,794; sh: 1,623; makefile: 693; lisp: 264; awk: 163
file content (28 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download
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
<HTML>
<HEAD>
<TITLE>Option: reference</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="quiet.html">-quiet</A><HR><P>
<H2>Option: <font color=#FF0080>reference</font></H2><P>
<A NAME="reference"></A><DT><B><A HREF="reference.html">-reference</A></B>  </DT>
<DD>Specifies 
that a who-calls-who table be printed. This table lists each subprogram followed 
by a list of the routines it calls.  This switch is equivalent to <B><A HREF="calltree.html">-calltree</A>=reference 
</B>. Default = no.  <blockquote></DD>
</DL>
<P>
The reference list omits routines called by unused library 
modules.  Thus it contains the same information as for the call-tree format, 
namely the hierarchy of subprogram calls, but printed in a different way. 
 This prints out a breadth-first traversal of the call tree whereas <B><A HREF="calltree.html">-calltree</A>=tree 
</B> prints out a depth-first traversal. <P>
See also: <B><A HREF="calltree.html">-calltree</A> </B>, <B><A HREF="crossref.html">-crossref</A> </B>, <B><A HREF="library.html">-library</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="resources.html">-resources</A>
</BODY></HTML>