Searched refs:nplus (Results 1 – 4 of 4) sorted by relevance
45 if (g->nplus > 0)46 fprintf(d, ", nplus %ld", (long)g->nplus);
133 sopno nplus; /* how deep does it nest +s? */ member
158 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);
170 g->nplus = pluscount(p, g);
Completed in 16 milliseconds