fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
SHOW UNRESOLVED REFERENCES
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 2025 Software Validation Ltd. All rights reserved.