home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / regexlib.lzh / REGEXPLIB / REGEXP.FD < prev    next >
Encoding:
Text File  |  1991-08-15  |  244 b   |  13 lines

  1. * .fd file for RegExp.library
  2. *
  3. ##base _RegExpBase
  4. ##bias 30
  5. ##private
  6. * The library entry point offsets
  7. *
  8. RegExpQuery(msgptr)(A0)
  9. ##public
  10. RegExpCompile(restr, patstr)(A0,A1)
  11. RegExpMatch(line, pattern, index, len, flags)(A0,A1,A2,A3,D0)
  12. ##end
  13.