Searched defs:re_guts (Results 1 – 3 of 3) sorted by relevance
134 struct re_guts { struct135 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 …]
132 struct re_guts { struct133 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 …]
172 struct re_guts { struct173 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 …]