Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
User Commands (m - o) noft(1)
{-LISTPROC | -LP }{proc-spec | proc-num | *}
[{SUBPROC | SP }|{NOSUBPROC | NSP }]
[{BRIEF | B }|{DETAIL | D }]
Lists procedures and their subprocedures.
proc-spec Specifies the procedure name. Procedure names are case sensi-
tive in C and C++ but not in pTAL. proc-spec is one of the fol-
lowing:
proc-name
Limits the scope to the specified procedure and sub-
procedures. If 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
proc-name or subproc-name is 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. This number specifies the ord-
ering 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.
SUBPROC | SP Lists the subprocedures along with procedures. If procedure P
contains subprocedure S, a -LISTPROC P SUBPROC flag lists
S, because it is contained within P.
NOSUBPROC | NSP
Does not list subprocedures along with procedures. If procedure
P contains subprocedure S, a -LISTPROC P NOSUBPROC
flag lists only P and not S, even though S is contained within P.
BRIEF | B Provides minimal information about procedures and subpro-
cedures. This is the default value.
DETAIL | D Provides detailed information about procedures and subpro-
cedures.
527188-021 Hewlett-Packard Company 6−77