-PURGESL [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-PURGESL
Deletes a segment entry point, or the entire segment, from the
currently-managed Segmented Library (SL) file.
SYNTAX
-PURGESL [ENTRY, ] name
[SEGMENT,]
PARAMETERS
ENTRY Deletes the entry point identified by name from the
directory or the SL file. (Default.)
SEGMENT Deletes the entire segment identified by name from the
SL file.
name The name of the entry point to be deleted from the
directory of the SL file if ENTRY is specified or the
name of the segment to be deleted from the SL file if
SEGMENT is specified.
EXAMPLE
-PURGESL ENTRY,ENT1 Deletes the entry point named ENT1 from the
directory of the SL file.
NOTE PURGESL ENTRY,ENT1 does not remove the procedure that contains
entry point ENT1 from the SL file. It only removes ENT1 from the
directory of the SL file. So, the entry ENT1 becomes an internal
entry point (that is, procedures in the same code segment can
access it but procedures in other code segments cannot). However,
if ENT1 is the only entry point in the code segment, this command
is equivalent to PURSESL SEGMENT,segname and deletes the code
segment.
MPE/iX 5.0 Documentation