Searched defs:re_guts (Results 1 – 1 of 1) sorted by relevance
178 struct re_guts { struct179 int magic;181 sop *strip; /* malloced area for strip */182 size_t csetsize; /* number of bits in a cset vector */183 size_t ncsets; /* number of csets in use */184 cset *sets; /* -> cset [ncsets] */185 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */186 int cflags; /* copy of regcomp() cflags argument */187 sopno nstates; /* = number of sops */188 sopno firststate; /* the initial OEND (normally 0) */[all …]