Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
166 sopno nplus; /* how deep does it nest +s? */ member
272 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()
275 g->nplus = pluscount(p, g); in regcomp()