Searched defs:re_guts (Results 1 – 1 of 1) sorted by relevance
167 struct re_guts { struct168 int magic;170 sop *strip; /* malloced area for strip */171 unsigned int ncsets; /* number of csets in use */172 cset *sets; /* -> cset [ncsets] */173 int cflags; /* copy of regcomp() cflags argument */174 sopno nstates; /* = number of sops */175 sopno firststate; /* the initial OEND (normally 0) */176 sopno laststate; /* the final OEND */177 int iflags; /* internal flags */[all …]