Searched defs:re_guts (Results 1 – 1 of 1) sorted by relevance
177 struct re_guts { struct178 int magic;180 sop *strip; /* malloced area for strip */181 size_t ncsets; /* number of csets in use */182 cset *sets; /* -> cset [ncsets] */183 int cflags; /* copy of regcomp() cflags argument */184 sopno nstates; /* = number of sops */185 sopno firststate; /* the initial OEND (normally 0) */186 sopno laststate; /* the final OEND */187 int iflags; /* internal flags */[all …]