define verb dst   ! This is the VAX version of the .CLD file

  image dstdir:vax_dst_scanner
  parameter p1, label=imagespec
    value(type=$infile,required)

  qualifier vax,placement=global  ! For VAX/AXP syntax symmetry!
  qualifier axp,placement=global,syntax=axp_dst 
  qualifier details, placement=global,syntax=dst_details
  disallow (details and axp)

define syntax axp_dst
  image dstdir:axp_dst_scanner

define syntax dst_details
  image dstdir:vax_dst_scanner_details
