
  PROCEDURE [XREF] bap$display_pde_via_ph
    (    output_fid: amt$file_identifier;
         path_handle: fmt$path_handle;
         depth: fst$path_table_expansion_limit;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc fmt$path_handle
*copyc fst$path_table_expansion_limit
*copyc ost$status
?? POP ??

