Lines Matching defs:re_guts
137 struct re_guts { struct
138 int magic;
140 sop *strip; /* malloced area for strip */
141 RCHAR_T *stripdata; /* malloced area for stripdata */
142 size_t csetsize; /* number of bits in a cset vector */
143 size_t ncsets; /* number of csets in use */
144 cset *sets; /* -> cset [ncsets] */
145 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
146 int cflags; /* copy of regcomp() cflags argument */
147 sopno nstates; /* = number of sops */
148 sopno firststate; /* the initial OEND (normally 0) */
149 sopno laststate; /* the final OEND */
150 int iflags; /* internal flags */
154 size_t nbol; /* number of ^ used */
155 size_t neol; /* number of $ used */
160 RCHAR_T *must; /* match must contain this string */
161 size_t mlen; /* length of must */
162 size_t nsub; /* copy of re_nsub */
163 int backrefs; /* does it use back references? */
164 sopno nplus; /* how deep does it nest +s? */