HomeSort by: relevance | last modified time | path
    Searched defs:pbegin (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 116 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
335 p->pbegin[i] = 0;
471 p->pbegin[subno] = HERE();
583 assert(p->pbegin[i] != 0);
584 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
586 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
979 p->pbegin[subno] = HERE();
1008 assert(p->pbegin[i] != 0);
1009 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
1011 (void) dupl(p, p->pbegin[i]+1, p->pend[i])
    [all...]
regcomp.c 116 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse
335 p->pbegin[i] = 0;
471 p->pbegin[subno] = HERE();
583 assert(p->pbegin[i] != 0);
584 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
586 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
979 p->pbegin[subno] = HERE();
1008 assert(p->pbegin[i] != 0);
1009 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
1011 (void) dupl(p, p->pbegin[i]+1, p->pend[i])
    [all...]

Completed in 23 milliseconds