
  PROCEDURE [XREF] pup$crack_pf_file_reference
    (    file: fst$file_reference;
         allowed_cycle_references: put$cycle_reference_selections;
         parameter_name: string ( * );
     VAR path_container: clt$path_container;
     VAR p_path: ^pft$path;
     VAR cycle_selector_specified: boolean;
     VAR cycle_selector: pft$cycle_selector;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc cld$path_description
*copyc pud$cycle_reference
*copyc fst$file_reference
*copyc ost$status
*copyc pft$cycle_selector
*copyc pft$path
?? POP ??
