Searched refs:nplus (Results 1 – 11 of 11) sorted by relevance
45 if (g->nplus > 0)46 fprintf(d, ", nplus %ld", (long)g->nplus);
77 if (g->nplus > 0) in regprint()78 fprintf(d, ", nplus %ld", (long)g->nplus); in regprint()
161 sopno nplus; /* how deep does it nest +s? */ member
220 if (g->nplus > 0 && m->lastpos == NULL) in matcher()221 m->lastpos = (const RCHAR_T **)malloc((g->nplus+1) * in matcher()223 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()236 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()607 assert(lev+1 <= m->g->nplus); in backref()
267 g->nplus = pluscount(p, g); in regcomp()
156 sopno nplus; /* how deep does it nest +s? */ member
81 const char **lastpos; /* [nplus+1] */225 if (g->nplus > 0 && m->lastpos == NULL)226 m->lastpos = (const char **)malloc((g->nplus+1) *228 if (g->nplus > 0 && m->lastpos == NULL) {241 assert(g->nplus == 0 || m->lastpos != NULL);652 assert(lev+1 <= m->g->nplus);
372 g->nplus = pluscount(p, g); in llvm_regcomp()
195 sopno nplus; /* how deep does it nest +s? */ member
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()770 assert(lev+1 <= m->g->nplus); in backref()
328 g->nplus = pluscount(p, g); in regcomp_internal()