FPT and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Reference Manual Home |


SHOW CALLS BY

Syntax:

SHOW CALLS BY [:] <symbol> [ { [,] <symbol> ... } ]

Function:

For each of the sub-programs specified, FPT lists the sub-programs which they call. An example is shown below.

The listing may be captured in the listing (FPL) file using the [NO] LIST TO FILE and [NO] LIST TO TERMINAL commands.

Where to use this command:

Operating system command line

No


Configuration file, config.fsp

No


Specification (FSP) files, *.fsp

No


Interactively, to FPT> prompt:

Yes


Interactive command files

No


Embedded in the Fortran code

No


Example:

FPT> show calls by argchk
 
SUBROUTINE ARGCHK
-----------------
 
Sub-programs Called:
   SSAXRF          TRACE           WRSKIP          WRSTAR          WRITEL
   WSYCLF          ARGMCH          DECLOC          WRIBAR          WRINT
 

See also:

CALL STRUCTURE LISTING

SHOW CALL TREE

SHOW CALLS TO


Copyright ©1995 to 2014 Software Validation Ltd. All rights reserved.