FPT and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Reference Manual Home |


SHOW CALLS TO

Syntax:

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

Function:

For each of the sub-programs specified, FPT lists the sub-programs by which they are called. 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 to filopn
 
SUBROUTINE FILOPN
-----------------
 
Called by:
   READDP          LEXER           FSMINI          FSHEAD          FPTHLP
   ACINOP
 

See also:

CALL STRUCTURE LISTING

SHOW CALL TREE

SHOW CALLS BY


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