Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

noft(1) OSS Shell and Utilities Reference Manual
{-LISTPROC | -LP }{proc-spec | proc-num | *}
[{SUBPROC | SP }|{NOSUBPROC | NSP }]
[{BRIEF | B }|{DETAIL | D }]
Lists procedures and their subprocedures.
proc-spec Species 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 specied procedure and sub-
procedures. If proc-name is not completely specied,
noft resolves the name and lists conforming procedure
names with numbers.
proc-name.subproc-name
Limits the scope to the specied subprocedure. If
proc-name or subproc-name is not completely
specied, noft resolves the name and lists conforming
subprocedure names with numbers.
subproc-name
Limits the scope to the specied subprocedure. If
subproc-name is not completely specied, noft
resolves the name and lists conforming subprocedure
names with numbers.
proc-num Species the procedure number. This number species the ord-
ering in the object les procedure table. Use the -LISTPROC
ag to list each procedure number.
* Species all procedures in the current scope. If the -LIST-
PROC ag is used on an OSS shell command line, the ag
specication must be enclosed in quotation marks when the *
specier is used.
SUBPROC | SP Lists the subprocedures along with procedures. If procedure P
contains subprocedure S, a -LISTPROC P SUBPROC ag 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
ag 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.
676 Hewlett-Packard Company 527188-007