
  PROCEDURE [XREF] clp$complete_file_ref_eval
*IF NOT $true(osv$unix)
    (    multiple_reference_allowed: boolean;
*ELSE
    (    unix_path: boolean;
         multiple_reference_allowed: boolean;
*IFEND
         defer_expansion: boolean;
         encode_file_values: boolean;
     VAR initial_path {input, output} : ^fst$file_reference;
     VAR parse {input, output} : clt$parse_state;
     VAR work_area {input, output} : ^clt$work_area;
     VAR result: ^clt$data_value;
     VAR result_sub_list_tail: ^clt$data_value;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$data_value
*copyc clt$parse_state
*copyc clt$work_area
*copyc fst$file_reference
*copyc ost$status
?? POP ??
