Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
150 sopno nplus; /* how deep does it nest +s? */ member
218 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()599 assert(lev+1 <= m->g->nplus); in backref()
228 g->nplus = pluscount(p, g); in regcomp()