Home
last modified time | relevance | path

Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h190 sopno nplus; /* how deep does it nest +s? */ member
H A Dengine.c335 if (g->nplus > 0 && m->lastpos == NULL) in matcher()
336 m->lastpos = malloc((g->nplus+1) * in matcher()
338 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()
351 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()
720 assert(lev+1 <= m->g->nplus); in backref()
H A Dregcomp.c331 g->nplus = pluscount(p, g); in regcomp()