Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h134 struct re_guts { struct
135 int magic;
137 sop *strip; /* malloced area for strip */
138 RCHAR_T *stripdata; /* malloced area for stripdata */
139 size_t csetsize; /* number of bits in a cset vector */
140 size_t ncsets; /* number of csets in use */
141 cset *sets; /* -> cset [ncsets] */
142 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
143 int cflags; /* copy of regcomp() cflags argument */
144 sopno nstates; /* = number of sops */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h132 struct re_guts { struct
133 int magic;
135 sop *strip; /* malloced area for strip */
136 int csetsize; /* number of bits in a cset vector */
137 int ncsets; /* number of csets in use */
138 cset *sets; /* -> cset [ncsets] */
139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
140 int cflags; /* copy of llvm_regcomp() cflags argument */
141 sopno nstates; /* = number of sops */
142 sopno firststate; /* the initial OEND (normally 0) */
[all …]
/freebsd/lib/libc/regex/
H A Dregex2.h172 struct re_guts { struct
173 int magic;
175 sop *strip; /* malloced area for strip */
176 unsigned int ncsets; /* number of csets in use */
177 cset *sets; /* -> cset [ncsets] */
178 int cflags; /* copy of regcomp() cflags argument */
179 sopno nstates; /* = number of sops */
180 sopno firststate; /* the initial OEND (normally 0) */
181 sopno laststate; /* the final OEND */
182 int iflags; /* internal flags */
[all …]