
  TYPE
    clt$file_ref_parsing_option = (clc$use_$local_as_working_cat,
          clc$evaluating_command_ref, clc$evaluating_entry_point_ref,
          clc$multiple_reference_allowed, clc$command_file_ref_allowed,
*IF NOT $true(osv$unix)
          clc$file_ref_evaluation_stage, clc$prevent_job_context_element);
*ELSE
          clc$file_ref_evaluation_stage, clc$prevent_job_context_element,
          clc$unix_path_syntax);
*IFEND
