noft Manual (G06.27+, H06.03+, J06.03+)

noft Options
noft Manual528273-003
3-55
XREFPROC or XP
The proc-name can be any name reported by either the LISTPROC option or
the LISTUNRESOLVED option.
proc-name.subproc-name
limits the scope to the specified subprocedure. If the proc-name or
subproc-name are 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 ordering in the object
code file’s procedure table. Use LISTPROC or LP on page 3-30 to list each
procedure number.
The proc-num must be the ordinal number from the LISTPROC output, not the
number from the LISTUNRESOLVED output.
*
specifies all procedures in the current scope.
CALLEDBY
lists each procedure and the procedures which call it. A scope setting restricts the
procedures who are the children of the given procedure. This is the default.
CALLS
lists each procedure and the procedures it calls. A scope setting restricts the
procedures who are the parents of the given procedure.
BOTH
list the information for both CALLEDBY and CALLS.
BRIEF
B
lists the called or calling procedures referenced by the indicated procedures. This
is the default.