Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

enoft(1) OSS Shell and Utilities Reference Manual
proc_spec
Species the procedure name or procedure number. Procedure names
are case-sensitive in C and C++ but not in other languages.
proc_spec
is one of the following:
proc_name
Limits the scope to the specied procedure and subpro-
cedures.
If proc_name is not completely specied, enoft resolves the
name and lists conforming procedure names with numbers;
wildcard matching (for example, *partial_name or
partial_name*) can be used to search for items containing a
match to the given pattern but only the rst match found is
displayed.
The demangled form of the procedure name cannot be used
because enoft does not support blank spaces in the name.
proc_name.subproc_name[[.subprocname]...]]
Limits the scope to the specied subprocedure. If proc_name
or subproc_name is not completely specied, enoft resolves
the name and lists conforming subprocedure names with
numbers.
This option is not valid for C or C++ programs. For EpTAL
programs, only one level of subprocedure can be specied.
For COBOL programs, more than one level can be specied.
subproc_name[[.subprocname]...]]
Limits the scope to the specied subprocedure. If
subproc_name is not completely specied, enoft resolves the
name and lists conforming subprocedure names with numbers.
This option is not valid for C or C++ programs. For EpTAL
programs, only one level of subprocedure can be specied.
For COBOL programs, more than one level can be specied.
Only the rst subprocedure with the specied name is
displayed.
proc_num
Species the procedure number. This number species the
ordering in the object les procedure table. Use the -LIST-
PROC ag to list each procedure number.
scope Species addresses in a form that is identical to that of the
-DUMPADDRESS ag, except that the addresses are virtual offsets
within the le instead of virtual addresses.
IN format_spec
Species how the information is to be formatted. Valid values for
format_spec are identical to those of the -DUMPADDRESS ag.
384 Hewlett-Packard Company 527188-004