Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
335 if (g->nplus > 0 && m->lastpos == NULL) in matcher()336 m->lastpos = malloc((g->nplus+1) * in matcher()338 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()351 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()720 assert(lev+1 <= m->g->nplus); in backref()
190 sopno nplus; /* how deep does it nest +s? */ member
331 g->nplus = pluscount(p, g); in regcomp()