Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregex2.h202 sopno nplus; /* how deep does it nest +s? */ member
Dengine.c274 if (g->nplus > 0 && m->lastpos == NULL) in matcher()
275 m->lastpos = malloc((g->nplus+1) * in matcher()
277 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()
289 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()
698 assert(lev+1 <= m->g->nplus); in backref()
Dregcomp.c318 g->nplus = pluscount(p, g); in regcomp()