
  PROCEDURE [XREF] osp$format_multi_part_message
    (    message_level: ost$format_message_level;
         message_header_kind: ost$status_message_header_kind;
         max_message_line: ost$status_message_line_size;
         status_condition: ost$status_condition;
         message_parameters: ^ost$message_parameters;
         get_message_part: ost$get_message_part;
     VAR message: SEQ ( * );
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$format_message_level
*copyc ost$get_message_part
*copyc ost$message_parameters
*copyc ost$status
*copyc ost$status_condition_code
*copyc ost$status_message_header_kind
*copyc ost$status_message_line_size
?? POP ??
