
  PROCEDURE [XREF] syp$order_job_fixed_pages
    (    job_page_count: mmt$page_frame_index;
         sfdp: ^jst$swap_file_descriptor;
         job_fixed_offset_list: ^array [0 .. *] of integer;
     VAR job_fixed: ^array [0 .. 7fffffff(16)] of cell;
     VAR job_fixed_segn: ost$segment;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc jst$swap_file_descriptor
*copyc mmt$page_frame_index
*copyc ost$status
?? POP ??

