Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
202 sopno nplus; /* how deep does it nest +s? */ member
274 if (g->nplus > 0 && m->lastpos == NULL) in matcher()275 m->lastpos = malloc((g->nplus+1) * in matcher()277 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()289 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()698 assert(lev+1 <= m->g->nplus); in backref()
318 g->nplus = pluscount(p, g); in regcomp()