Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h532 const regex_t* regex; /* from regexec */
534 unsigned char* end; /* end of string */
539 Stk_pos_t stk; /* exec stack pos */
540 size_t min; /* minimum match length */
541 size_t nsub; /* internal re_nsub */
543 int error; /* last error */
547 Rex_t done; /* the last continuation */
548 regstat_t stats; /* for regstat() */
550 unsigned char hard; /* hard comp */
552 unsigned char separate; /* cannot combine */
[all …]