
  PROCEDURE [XREF] osp$find_help_module_in_library
    (    object_library: ^SEQ ( * );
         seed_name: pmt$program_name;
     VAR help_module: ^ost$help_module;
     VAR online_manual_name: ost$online_manual_name;
     VAR natural_language: ost$natural_language;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$help_module
*copyc ost$name
*copyc ost$natural_language
*copyc ost$online_manual_name
*copyc ost$status
*copyc pmt$program_name
?? POP ??
