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

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

