
  PROCEDURE [XREF] clp$format_proc_header
    (    output_file_id: amt$file_identifier;
         page_width: amt$page_width;
         supplied_first_line: ^clt$command_line;
         translate: boolean;
         indent_column: amt$page_width;
     VAR proc_name: ost$name;
     VAR error_count {input, output} : 0 .. amc$file_byte_limit;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc amt$file_identifier
*copyc amt$page_width
*copyc clt$command_line
*copyc ost$name
*copyc ost$status
?? POP ??
