aboutsummaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index 65455f9..167b414 100644
--- a/regex.h
+++ b/regex.h
@@ -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)