
  TYPE
    clt$internal_command_ref_value = record
      name_size: ost$name_size,
      form: clt$command_reference_form,
      cycle_number: fst$cycle_number,
      path_or_name_size: fst$path_size,
      { A ost$name_reference for the command name follows this record, its
      { size determined by the name_size field.
      { It may followed by a fst$file_reference for the name of the utility,
      { library or catalog, as appropriate according to the form field.
      { Its size (if present) is determined by the path_or_name_size field.
    recend;

*copyc clt$command_reference_form
*copyc fst$cycle_number
*copyc fst$path_size
*copyc ost$name
