
  PROCEDURE [XREF] clp$setup_and_parse_file_ref
    (    file: fst$file_reference;
         file_reference_parsing_options: clt$file_ref_parsing_options;
         user_identification: clt$user_identification;
     VAR evaluated_file_reference: fst$evaluated_file_reference;
     VAR status: ost$status);

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