fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

REPORT ALL ITEMS IN LISTS

Syntax:

[DO NOT] REPORT ALL ITEMS IN LISTS
MAXIMUM LENGTH OF REPORTED LISTS: <integer>

Function:

Some of the lists reported by fpt, particularly the lists of sub-programs in the symbol table and COMMON block listings, may become excessively long. The command MAXIMUM LENGTH OF REPORTED LISTS restricts these lists to a specified number of items (by default, 12). The command REPORT ALL ITEMS IN LISTS instructs fpt to report the complete lists, regardless of length. The command DO NOT REPORT ALL ITEMS IN LISTS instructs fpt to report only the number of items specified by the last MAXIMUM LENGTH OF REPORTED LISTS command, or the default value if the number of items was not specified.

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 Yes

Default

Lists are restricted to 12 items. Continuation of a list is indicated by elipses.

Examples

FPT> max length reported lists = 2 FPT> show sym mtime Name Sub-prog/Struct Use/COMMON Address Type Size Val/Bounds ---- --------------- ---------- ------- ---- ---- ---------- MTIME DYNAM,INT1,... CONTROL 12000 REAL *4 df (1:3) FPT> report all items in lists FPT> show sym mtime Name Sub-prog/Struct Use/COMMON Address Type Size Val/Bounds ---- --------------- ---------- ------- ---- ---- ---------- MTIME DYNAM,INT1,INT2,INT1INI,INT2INI,LIM,INTEG,MAIN CONTROL 12000 REAL *4 df (1:3)

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