-HIDE [ MPE Segmenter Reference Manual ] MPE/iX 5.0 Documentation
MPE Segmenter Reference Manual
-HIDE
Hides the named entry point. This entry point will not appear in the
list of known entry-points when the RBM containing it is moved to an SL
file. References to this procedure from any procedures except those in
the same segment will not be resolved. Cannot use on a secondary entry
point or for material which will be placed in an RL file. Can be used on
a primary entry point, RBM, or segment.
SYNTAX
[ENTRY, ]
-HIDE [UNIT, ] name[(index)]
[SEGMENT,]
PARAMETERS
ENTRY Hides the entry point indicated by name[(index)]".
(Default.)
UNIT Hides all entry points in the Relocatable Binary Module
(RBM) indicated by name [(index)].
SEGMENT Hides all entry points in all RBMs associated with
segment name.
name The name of the entry point in the currently-managed USL
file which is to be hidden.
index An integer further specifying the entry point name. The
index may be used when there is more than one entry
point of this name. If index is omitted, 0 (the most
recent active occurrence) is assigned by default.
EXAMPLE
-HIDE XBM Hides the RBM entry point named XBM.
MPE/iX 5.0 Documentation