Searched defs:re_guts (Results 1 – 1 of 1) sorted by relevance
129 struct re_guts { struct130 int magic;132 sop *strip; /* malloced area for strip */133 int csetsize; /* number of bits in a cset vector */134 int ncsets; /* number of csets in use */135 cset *sets; /* -> cset [ncsets] */136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */137 int cflags; /* copy of llvm_regcomp() cflags argument */138 sopno nstates; /* = number of sops */139 sopno firststate; /* the initial OEND (normally 0) */[all …]