
  VAR
    clv$command_name: string (osc$max_name_size),
    clv$date: ost$date,
    clv$narrow_title1: string (clc$narrow_page_width),
    clv$narrow_title2: string (clc$narrow_page_width),
    clv$os_version: pmt$os_name,
    clv$page_width: amt$page_width,
    clv$path_display_chunk_count: 0 .. fsc$max_path_elements,
    clv$path_display_chunks: clt$path_display_chunks,
    clv$path_display_string: fst$path,
    clv$subtitles_built: boolean,
    clv$time: ost$time,
    clv$titles_built: boolean,
    clv$wide: boolean,
    clv$wide_title: string (clc$wide_page_width);

?? PUSH (LISTEXT := ON)??
*copyc amt$page_width
*copyc clc$page_widths
*copyc cld$path_description
*copyc clt$path_display_chunks
*copyc clt$path_name
*copyc fsc$max_path_elements
*copyc fst$path
*copyc ost$date
*copyc ost$time
*copyc pmt$os_name
?? POP ??
