
  PROCEDURE [XREF] bap$find_open_file_via_segment
    (    segment_number: ost$segment;
     VAR file_instance: ^bat$task_file_entry;
     VAR path: fst$path;
     VAR path_size: fst$path_size;
     VAR entry_found: boolean);

?? PUSH (LISTEXT := ON) ??
*copyc bat$task_file_table
*copyc osd$virtual_address
*copyc fst$path
*copyc fst$path_size
?? POP ??
