home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / regrexx.zip / regexx.def < prev    next >
Text File  |  1994-11-16  |  422b  |  16 lines

  1. ;
  2. ; regexx.def
  3. ;
  4. LIBRARY REGEXX INITINSTANCE
  5. DESCRIPTION 'regexx -- regular expressions for REXX'
  6. DATA
  7.    MULTIPLE NONSHARED
  8. EXPORTS
  9.   REGEXXLOADFUNCS    = regexx_loadfuncs
  10.   REGEXXSTART        = regexx_start
  11.   REGEXXEND          = regexx_end
  12.   REGEXXSUBSTR       = regexx_substr
  13.   REGEXXREPLACEMATCH = regexx_replacematch
  14.   REGEXXREPLACEFIRST = regexx_replacefirst
  15.   REGEXXREPLACEALL   = regexx_replaceall
  16.