
  FUNCTION [XREF] ocp$duplicate_file
    (    file_name: fst$file_reference;
         known_file_list: oct$known_file_list): boolean;

?? PUSH (LISTEXT := ON) ??
*copyc fst$file_reference
*copyc oct$known_file_list
?? POP ??

