| 2 |
* Perl-Compatible Regular Expressions * |
* Perl-Compatible Regular Expressions * |
| 3 |
*************************************************/ |
*************************************************/ |
| 4 |
|
|
| 5 |
/* Copyright (c) 1997-1999 University of Cambridge */ |
/* Copyright (c) 1997-2000 University of Cambridge */ |
| 6 |
|
|
| 7 |
#ifndef _PCREPOSIX_H |
#ifndef _PCREPOSIX_H |
| 8 |
#define _PCREPOSIX_H |
#define _PCREPOSIX_H |
| 28 |
#define REG_NOTBOL 0x04 |
#define REG_NOTBOL 0x04 |
| 29 |
#define REG_NOTEOL 0x08 |
#define REG_NOTEOL 0x08 |
| 30 |
|
|
| 31 |
|
/* These are not used by PCRE, but by defining them we make it easier |
| 32 |
|
to slot PCRE into existing programs that make POSIX calls. */ |
| 33 |
|
|
| 34 |
|
#define REG_EXTENDED 0 |
| 35 |
|
#define REG_NOSUB 0 |
| 36 |
|
|
| 37 |
/* Error values. Not all these are relevant or used by the wrapper. */ |
/* Error values. Not all these are relevant or used by the wrapper. */ |
| 38 |
|
|
| 39 |
enum { |
enum { |