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