-LISTSL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-LISTSL
Lists all procedure entry points and external references in the
currently-managed Segmented Library (SL) file.
SYNTAX
[ segmentnumber]
-LISTSL [[SEGMENT,]segmentname]
[ENTRY,procedurename]
PARAMETERS
segmentnumber The number of the segment you would like to see listed.
The segmentnumber is interpreted as an octal number.
segmentname The name of the segment you would like to see listed.
If omitted, all segments are listed.
SEGMENT If specified, Segmenter will only list the segment that
is identified by segmentname.
ENTRY If specified, Segmenter will list the segment that
contains the procedure identified by procedurename.
procedurename The name of the procedure you would like to see a
listing for, with information as to what segment it
resides in.
EXAMPLE
-SL YOURSL Opens the SL file YOURSL for management.
-LISTSL Lists all procedure entry points and external
references in the SL file YOURSL.
-LISTSL MYSEG Lists all procedure entry points and external
references in the segment MYSEG, which is in
the SL file YOURSL.
-LISTSL SEGMENT,MYSEG Same as -LISTSL MYSEG.
-LISTSL 57 Lists all procedure entry points and external
references in segment number 57.
-LISTSL ENTRY,BINARY Lists the procedure entry point BINARY and the
segment name that contains the BINARY
procedure.
MPE/iX 5.0 Documentation