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