  PROCEDURE [XREF] dup$display_string (
    VAR display_control_pointer: ^clt$display_control;
        space_required: amt$page_width;
        str: string ( * );
        indent_count: ost$string_size;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$display_control
*copyc amt$page_format
*copyc amt$page_length
*copyc amt$page_width
*copyc ost$status
*copyc ost$string
?? POP ??
