Searched defs:re_guts (Results 1 – 3 of 3) sorted by relevance
137 struct re_guts { struct138 int magic;140 sop *strip; /* malloced area for strip */141 RCHAR_T *stripdata; /* malloced area for stripdata */142 size_t csetsize; /* number of bits in a cset vector */143 size_t ncsets; /* number of csets in use */144 cset *sets; /* -> cset [ncsets] */145 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */146 int cflags; /* copy of regcomp() cflags argument */147 sopno nstates; /* = number of sops */[all …]
132 struct re_guts { struct133 int magic;135 sop *strip; /* malloced area for strip */136 int csetsize; /* number of bits in a cset vector */137 int ncsets; /* number of csets in use */138 cset *sets; /* -> cset [ncsets] */139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */140 int cflags; /* copy of llvm_regcomp() cflags argument */141 sopno nstates; /* = number of sops */142 sopno firststate; /* the initial OEND (normally 0) */[all …]
177 struct re_guts { global() struct 178 magicre_guts global() argument 180 stripre_guts global() argument 181 ncsetsre_guts global() argument 182 setsre_guts global() argument 183 cflagsre_guts global() argument 184 nstatesre_guts global() argument 185 firststatere_guts global() argument 186 laststatere_guts global() argument 187 iflagsre_guts global() argument 191 nbolre_guts global() argument 192 neolre_guts global() argument 193 mustre_guts global() argument 194 moffsetre_guts global() argument 195 charjumpre_guts global() argument 196 matchjumpre_guts global() argument 197 mlenre_guts global() argument 198 nsubre_guts global() argument 199 backrefsre_guts global() argument 200 nplusre_guts global() argument