Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregex2.h150 sopno nplus; /* how deep does it nest +s? */ member
Dengine.c218 if (g->nplus > 0 && m->lastpos == NULL) in matcher()
219 m->lastpos = (char **)malloc((g->nplus+1) * in matcher()
221 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()
234 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()
601 assert(lev+1 <= m->g->nplus); in backref()
Dregcomp.c228 g->nplus = pluscount(p, g); in regcomp()