1 10/08/80  list_temp_segments
 2 
 3 Syntax:  list_temp_segments {names} {-control_arg}
 4 
 5 
 6 Function:
 7      The list_temp_segments command lists the segments currently in the
 8 temporary segment pool associated with the user's process.  This pool
 9 is managed by the get_temp_segments_ and release_temp_segments_
10 subroutines (described in the MPM Subroutines).
11 
12 
13 Arguments:
14 names
15    is a list of names identifying the programs whose temp segments are
16    to be listed.  If no names are specified, temp segments for all
17    programs are listed.
18 
19 
20 Control arguments:
21 -all, -a
22    lists all temporary segments including free ones This control
23    argument is incompatible with name arguments.  If the command is
24    issued with no control argument, it lists only those temporary
25    segments currently assigned to some program.