Searched defs:reglib_s (Results 1 – 1 of 1) sorted by relevance
528 typedef struct reglib_s /* library private regex_t info */ struct530 struct Rex_s* rex; /* compiled expression */531 regdisc_t* disc; /* REG_DISCIPLINE discipline */532 const regex_t* regex; /* from regexec */533 unsigned char* beg; /* beginning of string */534 unsigned char* end; /* end of string */535 Vector_t* pos; /* posns of certain subpatterns */536 Vector_t* bestpos; /* ditto for best match */537 regmatch_t* match; /* subexrs in current match */538 regmatch_t* best; /* ditto in best match yet */[all …]