noft Manual (G06.27+, H06.03+, J06.03+)

noft Options
noft Manual528273-003
3-30
LISTPROC or LP
LISTPROC or LP
The LISTPROC option lists procedures and their subprocedures.
proc-spec
specifies the procedure name, which is case-sensitive in C and C++ but not in
pTAL. proc-spec is one of:
proc-name
limits the scope to the specified procedure and subprocedures. If the proc-
name is not completely specified, noft resolves the name and lists
conforming procedure names with numbers.
proc-name.subproc-name
limits the scope to the specified subprocedure. If the proc-name or
subproc-name are not completely specified, noft resolves the name and
lists conforming subprocedure names with numbers.
subproc-name
limits the scope to the specified subprocedure. If subproc-name is not
completely specified, noft resolves the name and lists conforming
subprocedure names with numbers.
proc-num
specifies the procedure number, which specifies the ordering in the object code
file’s procedure table. Use the LISTPROC option to list each procedure number.
*
specifies all procedures in the current scope.
Example 3-23. LISTOPTIMIZE Option
noft> listoptimize *
******** Optimization of Procedures ********
Procedure Name : # Opt
_MAIN : 1 2
T8432D40_01NOV95_CRTLMAIN : 2 2
__INIT__1_C : 0 2
housekeeping : 4 1
main : 3 1
menu : 5 1
{ LISTPROC | LP } { proc-spec | proc-num | * }
[ SUBPROC | SP | NOSUBPROC | NSP ]
[ BRIEF | B | DETAIL | D]