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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-15
|
244 b
|
13 lines
* .fd file for RegExp.library
*
##base _RegExpBase
##bias 30
##private
* The library entry point offsets
*
RegExpQuery(msgptr)(A0)
##public
RegExpCompile(restr, patstr)(A0,A1)
RegExpMatch(line, pattern, index, len, flags)(A0,A1,A2,A3,D0)
##end