Searched defs:reglib_s (Results 1 – 2 of 2) 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 …]
528 typedef struct reglib_s /* library private regex_t info */ struct 530 rexreglib_s global() argument 531 discreglib_s global() argument 532 regexreglib_s global() argument 533 begreglib_s global() argument 534 endreglib_s global() argument 535 posreglib_s global() argument 536 bestposreglib_s global() argument 537 matchreglib_s global() argument 538 bestreglib_s global() argument 539 stkreglib_s global() argument 540 minreglib_s global() argument 541 nsubreglib_s global() argument 542 flagsreglib_s global() argument 543 errorreglib_s global() argument 544 explicitreglib_s global() argument 545 leadingreglib_s global() argument 546 refsreglib_s global() argument 547 donereglib_s global() argument 548 statsreglib_s global() argument 549 foldreglib_s global() argument 550 hardreglib_s global() argument 551 oncereglib_s global() argument 552 separatereglib_s global() argument 553 stackreglib_s global() argument 554 subreglib_s global() argument 555 testreglib_s global() argument