Home
last modified time | relevance | path

Searched refs:nplus (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Ddebug.c45 if (g->nplus > 0)
46 fprintf(d, ", nplus %ld", (long)g->nplus);
H A Dregex2.h133 sopno nplus; /* how deep does it nest +s? */ member
H A Dengine.c158 if (g->nplus > 0 && m->lastpos == NULL)
159 m->lastpos = (unsigned char **)malloc((g->nplus+1) *
161 if (g->nplus > 0 && m->lastpos == NULL) {
174 assert(g->nplus == 0 || m->lastpos != NULL);
550 assert(lev+1 <= m->g->nplus);
H A Dregcomp.c178 g->nplus = pluscount(p, g);

Completed in 17 milliseconds