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