HomeSort by relevance Sort by last modified time
    Searched refs:nplus (Results 1 - 3 of 3) sorted by null

  /bionic/libc/regex/
regex2.h 150 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
engine.c 79 char **lastpos; /* [nplus+1] */
218 if (g->nplus > 0 && m->lastpos == NULL)
219 m->lastpos = (char **)malloc((g->nplus+1) *
221 if (g->nplus > 0 && m->lastpos == NULL) {
234 assert(g->nplus == 0 || m->lastpos != NULL);
599 assert(lev+1 <= m->g->nplus);
regcomp.c 228 g->nplus = pluscount(p, g);
    [all...]

Completed in 12 milliseconds