File: symtab.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 (26 lines) | stat: -rw-r--r-- 1,141 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
<HTML>
<HEAD>
<TITLE>Option: symtab</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="source.html">-source</A><HR><P>
<H2>Option: <font color=#FF0080>symtab</font></H2><P>
<A NAME="symtab"></A><DT><B><A HREF="symtab.html">-symtab</A></B>  </DT>
<DD>A 
symbol table will be printed out for each module, listing all identifiers 
mentioned in the module.  This table gives the name of each variable, its 
datatype, and the number of dimensions for arrays.  An asterisk (*) indicates 
that the variable has been implicitly typed, rather than being named in 
an explicit type declaration statement.  The table also lists all subprograms 
invoked by the module, all COMMON blocks declared, etc.  Default = no.  
<blockquote></DD>
</DL>
<P>
See also: <B><A HREF="calltree.html">-calltree</A> </B>, <B><A HREF="crossref.html">-crossref</A> </B>, <B><A HREF="list.html">-list</A> </B>, <B><A HREF="reference.html">-reference</A> </B>, <B><A HREF="sort.html">-sort</A> </B>, <B><A HREF="vcg.html">-vcg</A> </B>.  </blockquote>
<P>
 
<DL>

<P><HR><P>Next: <A HREF="truncation.html">-truncation</A>
</BODY></HTML>