Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
200 sopno nplus; /* how deep does it nest +s? */ member
351 if (g->nplus > 0 && m->lastpos == NULL) in matcher()352 m->lastpos = malloc((g->nplus+1) * in matcher()354 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()366 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()806 assert(lev+1 <= m->g->nplus); in backref()
397 g->nplus = pluscount(p, g); in regcomp_internal()