FPT and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Reference Manual Home |


SHOW SYMBOLS

Syntax:

SHOW SYMBOLS

SHOW SYMBOLS MATCHING [SYMBOL] FILTER[S]

SET SYMBOL FILTER [:] COMMON [:] <common>

where <common> is one of:
* | // | /<identifier>/

SET SYMBOL FILTER [:] SUB-PROGRAM [:] <sub-program>

where <sub-program> is one of:
* | <identifier>

SET SYMBOL FILTER [:] USAGE [:] <usage>

where <usage> is one of:
* | LOCAL | COMMON BLOCK | SUB-PROGRAM | PROGRAM | BLOCK DATA | SUBROUTINE | FUNCTION | MODULE | STATEMENT FUNCTION | STATEMENT FUNCTION ARGUMENT | PARAMETER | ARGUMENT | CRAY POINTEE | STRUCTURE | FIELD | NAMELIST | DERIVED TYPE | TYPE COMPONENT

SET SYMBOL FILTER [:] [DATA] TYPE [:] <data type>

where <data type> is one of:
* | LOGICAL | BIT | INTEGER | REAL | COMPLEX | CHARACTER | BYTE | DOUBLE [PRECISION] | DOUBLE COMPLEX | RECORD | DERIVED TYPE

SET SYMBOL FILTER [:] [DATA] SIZE [:] <integer>

CLEAR SYMBOL FILTER [:] <filter>

where <filter> is one of:
COMMON | SUB-PROGRAM | USAGE | [DATA] TYPE | [DATA] SIZE

CLEAR SYMBOL FILTERS

SHOW SYMBOLS FILTERS

SHOW FILTERS [FOR] SYMBOLS



Function:

SHOW SYMBOLS displays the names and attributes of all user-defined symbols. If the command is made interactively, the output to the user's screen and to the listing (FPL) file is controlled by the settings of LIST TO SCREEN and LIST TO FILE.

The interactive display may be stopped by the command STOP, which is made to the Page> prompt.

SHOW SYMBOLS MATCHING FILTERS displays the sub-set of the symbol table which matches the current symbol filters.

The SET, CLEAR and SHOW SYMBOLS FILTERS commands are used to set up the filters.

The attributes of an individual symbol are displayed by the SHOW SYMBOL command.

Where to use these commands:

Operating system command line

No


Configuration file, config.fsp

No


Specification (FSP) files, *.fsp

No


Interactively, to FPT> prompt:

Yes


Interactive command files

Yes


Embedded in the Fortran code

No


See Also

LIST TO FILE

LIST TO SCREEN

SHOW SYMBOL


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