summaryrefslogtreecommitdiff
path: root/lib/libc/regex/regex2.h
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>2000-07-02 10:58:07 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>2000-07-02 10:58:07 +0000
commite6a886d8dbcf8e1f3e9a252369051f15af41f8ab (patch)
tree04268007e5ad6704e4d41f71ced6d06af046f24d /lib/libc/regex/regex2.h
parent5ead635430dfdbe9d23ffb332a519dbd937239cf (diff)
Notes
Diffstat (limited to 'lib/libc/regex/regex2.h')
-rw-r--r--lib/libc/regex/regex2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/regex/regex2.h b/lib/libc/regex/regex2.h
index af9cc58e4c95..cd634db249b4 100644
--- a/lib/libc/regex/regex2.h
+++ b/lib/libc/regex/regex2.h
@@ -162,6 +162,7 @@ struct re_guts {
int ncategories; /* how many character categories */
cat_t *categories; /* ->catspace[-CHAR_MIN] */
char *must; /* match must contain this string */
+ int moffset; /* latest point at which must may be located */
int *charjump; /* Boyer-Moore char jump table */
int *matchjump; /* Boyer-Moore match jump table */
int mlen; /* length of must */