Searched refs:nplus (Results 1 – 10 of 10) sorted by relevance
75 size_t nplus = n + HEADER_SIZE; in mallocsa() local77 if (nplus >= n) in mallocsa()79 char *p = (char *) malloc (nplus); in mallocsa()
103 static int nplus = 0; in prom_cngetc() local110 if (nplus++ > 3) Debugger(); in prom_cngetc()111 } else nplus = 0; in prom_cngetc()
114 static int nplus = 0; in prom_cngetc() local120 if (nplus++ > 3) Debugger(); in prom_cngetc()121 } else nplus = 0; in prom_cngetc()
78 if (g->nplus > 0) in regprint()79 fprintf(d, ", nplus %u", g->nplus); in regprint()
164 sopno nplus; /* how deep does it nest +s? */ member
234 if (g->nplus > 0 && m->lastpos == NULL)235 m->lastpos = (RCHAR_T **)malloc((g->nplus+1) *237 if (g->nplus > 0 && m->lastpos == NULL) {250 assert(g->nplus == 0 || m->lastpos != NULL);635 assert(lev+1 <= m->g->nplus);
284 g->nplus = pluscount(p, g); in regcomp()
351 if (g->nplus > 0 && m->lastpos == NULL) in matcher()352 m->lastpos = malloc((g->nplus+1) * in matcher()354 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()366 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()806 assert(lev+1 <= m->g->nplus); in backref()
198 sopno nplus; /* how deep does it nest +s? */ member
397 g->nplus = pluscount(p, g); in regcomp_internal()