home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume35
/
procmail
/
part01
/
procmail280
/
src
/
regexp.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-02-05
|
240b
|
7 lines
/*$Id: regexp.h,v 1.4 1992/12/01 15:46:45 berg Exp $*/
struct eps{unsigned opc;struct eps*stack,*spawn,*next;}*
bregcomp P((const char*a,int ign_case));
char*
bregexec Q((struct eps*code,const uchar*const text,size_t len,int ign_case));