Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)

enoft(1) OSS Shell and Utilities Reference Manual
* Specifies all procedures in the current scope. If the -LIST-
PROC flag is used on an OSS shell command line, the flag
specification must be enclosed in quotation marks when the *
specifier is used.
The content of the display can be controlled with the following options:
EXCLUDE | E Suppresses display of information for symbols generated by a
compiler or not found in a .debug_info section.
SUBPROC | SP
Does not list parent procedures along with subprocedures. If pro-
cedure P contains subprocedure S, a -LISTPROC S SUBPROC
flag lists only S and not P, even though S is contained within P.
NOSUBPROC | NSP
Does not list subprocedures along with parent procedures. If pro-
cedure P contains subprocedure S, a -LISTPROC P NOSUB-
PROC flag lists only P and not S, even though S is contained
within P.
DETAIL | D Provides additional, detailed information about procedures and
subprocedures.
{-LISTSOURCE | -LS }[sourcendx | pathname3 | file_num1 | * ]
[{DETAIL | D }]
Lists compilation unit entries in the object file for a unit index value, for a source
file, or for all source files used. If only one procedure is dumped, then the -LIST-
SOURCE flag dumps the entry for the source file containing the procedure.
sourcendx Narrows the scope to a single compilation unit within the object
file. sourcendx must be a valid index value. Use the -LIST-
SOURCE flag to determine valid values.
pathname3 Narrows the scope to a single named source file. pathname3 must
be a fully qualified OSS pathname or a fully qualified Guardian
lename.
file_num1 Specifies the file number. This number is determined by the order
of procedures in the object files’s procedure table.
* Specifies that you want information for all procedures. This is the
default action.
If the -LISTSOURCE flag is used on an OSS shell command
line, the flag specification must be enclosed in quotation marks
when the * specifier is used.
DETAIL | D Displays additional, detailed information about the procedures.
{-LISTUNREFERENCED | -LUR }{{PROC | P }|{DATA | D }|* }[{ DETAIL | D }]
Lists
the undefined and unreferenced symbols in an object file; this flag is only
valid for pTAL object files. These symbols must be linked before the object file
can be executed.
PROC | P Displays unresolved procedures.
392 Hewlett-Packard Company 527188-021