nld Manual
Sample nld and noft Session
nld Manual—528272-001
A-22
XREFPROC
XREFPROC
The XREFPROC option in Example A-29 is under the influence of the SET
SCOPESOURCE option in Example A-28.
Example A-30 uses the RESET SCOPESOURCE option to remove the scoping limits and
then repeats the XREFPROC option.
Example A-29. Effect of SET SCOPESOURCE on XREFPROC Option
noft> XREFPROC * BRIEF
Called Procedure
Calling Procedures
-----------------------------------------------------------------------------
*** WARNING *** [2008]:
No cross reference information available in this category for procedure *.
Example A-30. Effect of RESET SCOPESOURCE on XREFPROC Option
noft> RESET SCOPESOURCE
Scope : (none)
noft> xrefproc * BRIEF
Called Procedure
Calling Procedures
-----------------------------------------------------------------------------
C_INT_INIT_COMPLETE_
_MAIN
C_INT_INIT_START_
__INIT__1_C
add_passengers
main
delete_passengers
main
exit
_MAIN
main
free
wrapup
initialize
main
main
_MAIN
malloc
initialize
printf
wrapup
rand
delete_passengers
initialize
seed_random_number
initialize
wrapup
main