| 9 |
Compatible Regular Expression library. It defines the things POSIX says should |
Compatible Regular Expression library. It defines the things POSIX says should |
| 10 |
be there. I hope. |
be there. I hope. |
| 11 |
|
|
| 12 |
Copyright (c) 1997-2004 University of Cambridge |
Copyright (c) 1997-2005 University of Cambridge |
| 13 |
|
|
| 14 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 15 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 57 |
#define REG_NOTBOL 0x04 |
#define REG_NOTBOL 0x04 |
| 58 |
#define REG_NOTEOL 0x08 |
#define REG_NOTEOL 0x08 |
| 59 |
|
|
| 60 |
|
/* Additional options, not defined by POSIX, but somebody wanted them. */ |
| 61 |
|
|
| 62 |
|
#define REG_DOTALL 0x10 |
| 63 |
|
|
| 64 |
/* These are not used by PCRE, but by defining them we make it easier |
/* These are not used by PCRE, but by defining them we make it easier |
| 65 |
to slot PCRE into existing programs that make POSIX calls. */ |
to slot PCRE into existing programs that make POSIX calls. */ |
| 66 |
|
|