
  PROCEDURE [INLINE] dmp$get_mat_pointer
    (    avt_index: dmt$active_volume_table_index;
     VAR p_mat: ^dmt$mainframe_allocation_table);

?? PUSH (LISTEXT := ON) ??

    VAR
      converter: dmt$mat_converter;

    converter.p_adaptable := dmv$active_volume_table.table_p^ [avt_index].
          mass_storage.p_mat;
    p_mat := converter.p_mat;

  PROCEND dmp$get_mat_pointer;

*copyc dmt$active_volume_table_index
*copyc dmt$mainframe_allocation_table
*copyc dmt$mat_converter
*copyc dmv$active_volume_table
?? POP ??
