Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
153 sopno nplus; /* how deep does it nest +s? */ member
79 const char **lastpos; /* [nplus+1] */222 if (g->nplus > 0 && m->lastpos == NULL)223 m->lastpos = (const char **)malloc((g->nplus+1) *225 if (g->nplus > 0 && m->lastpos == NULL) {238 assert(g->nplus == 0 || m->lastpos != NULL);610 assert(lev+1 <= m->g->nplus);
236 g->nplus = pluscount(p, g); in llvm_regcomp()