
  PROCEDURE [XREF] cmp$get_driver_by_controller
    (    controller: cmt$controller_type;
         concurrent: boolean;
         iou: dst$iou_number;
     VAR driver_name: dst$driver_name;
     VAR alternate_driver_name: dst$driver_name);

?? PUSH (LISTEXT := ON) ??
*copyc cmt$controller_type
*copyc dst$driver_name
*copyc dst$iou_number
?? POP ??
