Lines Matching defs:re_guts
134 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 */
145 sopno firststate; /* the initial OEND (normally 0) */
146 sopno laststate; /* the final OEND */
147 int iflags; /* internal flags */
151 size_t nbol; /* number of ^ used */
152 size_t neol; /* number of $ used */
157 RCHAR_T *must; /* match must contain this string */
158 size_t mlen; /* length of must */
159 size_t nsub; /* copy of re_nsub */
160 int backrefs; /* does it use back references? */
161 sopno nplus; /* how deep does it nest +s? */