Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
187 sopno nplus; /* how deep does it nest +s? */ member
299 if (g->nplus > 0 && m->lastpos == NULL) in matcher()300 m->lastpos = malloc((g->nplus+1) * in matcher()302 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()315 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()688 assert(lev+1 <= m->g->nplus); in backref()
257 g->nplus = pluscount(p, g); in regcomp()