Home
last modified time | relevance | path

Searched defs:re_guts (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/locale/
H A Dregex2.h164 struct re_guts { struct
165 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 …]