Home
last modified time | relevance | path

Searched refs:re_max (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h182 ssize_t re_max; /* max anchored match length */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c3378 p->env->stats.re_min = p->env->stats.re_max = -1; in regcomp()
3383 if (!(p->env->stats.re_max = env.stats.n)) in regcomp()
3384 p->env->stats.re_max = -1; in regcomp()