diff options
Diffstat (limited to 'regex.h')
| -rw-r--r-- | regex.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -230,7 +230,7 @@ typedef struct { #define REG_DUMP 004000 /* none of your business :-) */ #define REG_FAKE 010000 /* none of your business :-) */ #define REG_PROGRESS 020000 /* none of your business :-) */ -#define REG_RAW 040000 /* pattern and subject are raw ASCII */ +#define REG_RAW 040000 /* pattern and subject are raw bytes */ /* * execution @@ -252,6 +252,7 @@ typedef struct { #define REG_FTRACE 0010 /* none of your business */ #define REG_MTRACE 0020 /* none of your business */ #define REG_SMALL 0040 /* none of your business */ +#define REG_ANCHORED 0100 /* match anchored (see also REG_BOSONLY) */ /* * misc generics (may be more functions here eventually) |
