Searched defs:re_guts (Results 1 – 2 of 2) sorted by relevance
134 struct re_guts { struct135 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) */[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 …]