FPT and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Reference Manual Home |
Syntax:
SHOW MISSING SUBPROGRAMS SHOW MISSING SUB-PROGRAMS SHOW UNRESOLVED [SUB-PROGRAM] REFERENCES |
Function:
FPT displays a list of all sub-programs for which the code has not been read, which are called, directly or indirectly, from main programs.
Sub-programs which are not called within main call trees are not listed, even though they may be called from other sub-programs.
Objects referenced in EXTERNAL statements are not listed unless explicit calls are made to them.
The unresolved sub-program references are always listed at the beginning of the listing (.fpl) file. This command makes the same information available interactively.
Where to use this command:
Operating system command line |
Yes |
|
Configuration file, config.fsp |
Yes |
|
Specification (FSP) files, *.fsp |
Yes |
|
Interactively, to FPT> prompt: |
Yes |
|
Interactive command files |
Yes |
|
Embedded in the Fortran code |
No |
|
Example:
FPT> show unresolved references
Unresolved references in the main call tree(s)
==============================================
RAN SECNDS
Copyright ©1995 to 2014 Software Validation Ltd. All rights reserved.