Searched refs:nplus (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A Dregex2.h150 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
H A Dregengine.inc79 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);
H A Dregcomp.c236 g->nplus = pluscount(p, g);

Completed in 65 milliseconds