Searched defs:re_guts (Results 1 – 1 of 1) sorted by relevance
139 struct re_guts { struct140 int magic;142 sop *strip; /* malloced area for strip */143 int csetsize; /* number of bits in a cset vector */144 int ncsets; /* number of csets in use */145 cset *sets; /* -> cset [ncsets] */146 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */147 int cflags; /* copy of regcomp() cflags argument */148 sopno nstates; /* = number of sops */149 sopno firststate; /* the initial OEND (normally 0) */[all …]