Home
last modified time | relevance | path

Searched defs:re_guts (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/nvi/regex/
Dregex2.h138 struct re_guts { struct
139 int magic;
141 sop *strip; /* malloced area for strip */
142 RCHAR_T *stripdata; /* malloced area for stripdata */
143 size_t csetsize; /* number of bits in a cset vector */
144 size_t ncsets; /* number of csets in use */
145 cset *sets; /* -> cset [ncsets] */
146 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
147 int cflags; /* copy of regcomp() cflags argument */
148 sopno nstates; /* = number of sops */
[all …]
/freebsd-10-stable/contrib/llvm/lib/Support/
Dregex2.h126 struct re_guts { struct
127 int magic;
129 sop *strip; /* malloced area for strip */
130 int csetsize; /* number of bits in a cset vector */
131 int ncsets; /* number of csets in use */
132 cset *sets; /* -> cset [ncsets] */
133 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
134 int cflags; /* copy of llvm_regcomp() cflags argument */
135 sopno nstates; /* = number of sops */
136 sopno firststate; /* the initial OEND (normally 0) */
[all …]
/freebsd-10-stable/lib/libc/regex/
Dregex2.h164 struct re_guts { struct
165 int magic;
167 sop *strip; /* malloced area for strip */
168 int ncsets; /* number of csets in use */
169 cset *sets; /* -> cset [ncsets] */
170 int cflags; /* copy of regcomp() cflags argument */
171 sopno nstates; /* = number of sops */
172 sopno firststate; /* the initial OEND (normally 0) */
173 sopno laststate; /* the final OEND */
174 int iflags; /* internal flags */
[all …]