
  PROCEDURE [XREF] bap$evaluate_path
    (    file: fst$file_reference;
         resolve_to_catalog: boolean;
         command_file_reference_allowed: boolean;
         record_path: boolean;
     VAR evaluated_file_reference: fst$evaluated_file_reference;
     VAR temporary_file: boolean;
     VAR file_registered: boolean;
     VAR path_handle_name: fst$path_handle_name;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$evaluated_file_reference
*copyc fst$file_reference
*copyc fst$path_handle_name
*copyc ost$status
?? POP ??

