Searched refs:nplus (Results 1 – 3 of 3) sorted by relevance
156 sopno nplus; /* how deep does it nest +s? */ member
81 const char **lastpos; /* [nplus+1] */224 if (g->nplus > 0 && m->lastpos == NULL)225 m->lastpos = (const char **)malloc((g->nplus+1) *227 if (g->nplus > 0 && m->lastpos == NULL) {240 assert(g->nplus == 0 || m->lastpos != NULL);644 assert(lev+1 <= m->g->nplus);
372 g->nplus = pluscount(p, g); in llvm_regcomp()