
  PROCEDURE [XREF] clp$complete_file_ref_parse
    (VAR initial_path {input, output} : ^fst$file_reference;
     VAR parse {input, output } : clt$parse_state;
     VAR work_area {input, output} : ^clt$work_area;
         file_reference_parsing_options: clt$file_ref_parsing_options;
         user_identification: clt$user_identification;
     VAR evaluated_file_reference: fst$evaluated_file_reference;
     VAR command_or_program_name: clt$name;
     VAR form: clt$command_reference_form;
     VAR parameter_name: clt$parameter_name;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$command_reference_form
*copyc clt$file_ref_parsing_options
*copyc clt$name
*copyc clt$parameter_name
*copyc clt$parse_state
*copyc clt$user_identification
*copyc clt$work_area
*copyc fst$evaluated_file_reference
*copyc ost$status
?? POP ??
