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

/freebsd-10.0-release/contrib/nvi/regex/
H A Dregex2.h165 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
H A Dengine.c81 const RCHAR_T **lastpos; /* [nplus+1] */
230 if (g->nplus > 0 && m->lastpos == NULL)
231 m->lastpos = (const RCHAR_T **)malloc((g->nplus+1) *
233 if (g->nplus > 0 && m->lastpos == NULL) {
246 assert(g->nplus == 0 || m->lastpos != NULL);
630 assert(lev+1 <= m->g->nplus);
H A Dregcomp.c280 g->nplus = pluscount(p, g);
/freebsd-10.0-release/contrib/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);
/freebsd-10.0-release/lib/libc/regex/grot/
H A Ddebug.c48 if (g->nplus > 0)
49 fprintf(d, ", nplus %ld", (long)g->nplus);
/freebsd-10.0-release/lib/libc/regex/
H A Dregex2.h187 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
H A Dengine.c89 const char **lastpos; /* [nplus+1] */
294 if (g->nplus > 0 && m->lastpos == NULL)
295 m->lastpos = malloc((g->nplus+1) *
297 if (g->nplus > 0 && m->lastpos == NULL) {
310 assert(g->nplus == 0 || m->lastpos != NULL);
698 assert(lev+1 <= m->g->nplus);
H A Dregcomp.c274 g->nplus = pluscount(p, g);

Completed in 208 milliseconds