
  PROCEDURE [XREF] clp$find_command_entries
    (    local_file_name: amt$local_file_name;
     VAR work_area {input, output} : ^clt$work_area;
     VAR ring_attributes: amt$ring_attributes;
     VAR command_dictionary: ^llt$command_dictionary;
     VAR function_entries: ^llt$function_dictionary;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$local_file_name
*copyc amt$ring_attributes
*copyc clt$work_area
*copyc llt$command_dictionary
*copyc llt$function_dictionary
*copyc ost$status
?? POP ??
