Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dregex2.h187 sopno nplus; /* how deep does it nest +s? */ member
H A Dengine.c299 if (g->nplus > 0 && m->lastpos == NULL) in matcher()
300 m->lastpos = malloc((g->nplus+1) * in matcher()
302 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()
315 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()
688 assert(lev+1 <= m->g->nplus); in backref()
H A Dregcomp.c257 g->nplus = pluscount(p, g); in regcomp()