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-2008 University of Cambridge |
Copyright (c) 1997-2009 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 |
60 |
#define REG_NOSUB 0x0020 |
#define REG_NOSUB 0x0020 |
61 |
#define REG_UTF8 0x0040 /* NOT defined by POSIX. */ |
#define REG_UTF8 0x0040 /* NOT defined by POSIX. */ |
62 |
#define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ |
#define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ |
63 |
|
#define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX. */ |
64 |
|
|
65 |
/* This is not used by PCRE, but by defining it we make it easier |
/* This is not used by PCRE, but by defining it we make it easier |
66 |
to slot PCRE into existing programs that make POSIX calls. */ |
to slot PCRE into existing programs that make POSIX calls. */ |