Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
User Commands (d - f) enoft(1)
used to search for items containing a match to the
given pattern.
The demangled form of the procedure name cannot be
used because enoft does not support blank spaces in
the name.
proc_name.subproc_name[[
.subproc_name]...]
Limits the scope to the specified subprocedure. If
proc_name or subproc_name is not completely
specified, 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 specified. For COBOL programs, more than one
level can be specified.
subproc_name[[.subproc_name]...]
Limits the scope to the specified subprocedure. If
subproc_name is not completely specified, 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 specified. For COBOL programs, more than one
level can be specified. Only the first subprocedure
with the specified name is displayed.
proc_num
Specifies the procedure number. This number specifies
the ordering in the object file’s procedure table. Use
the -LISTPROC flag to list each procedure number.
* 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.
527188-003 Hewlett-Packard Company 3−89