Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregex2.h166 sopno nplus; /* how deep does it nest +s? */ member
Dengine.c272 if (g->nplus > 0 && m->lastpos == NULL) in matcher()
273 m->lastpos = (char **)malloc((g->nplus+1) * in matcher()
275 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()
288 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()
665 assert(lev+1 <= m->g->nplus); in backref()
Dregcomp.c275 g->nplus = pluscount(p, g); in regcomp()