Searched refs:NPAREN (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/regex/
H A Dregcomp.c64 # define NPAREN 10 /* we need to remember () 1-9 for back refs */ macro
65 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
66 sopno pend[NPAREN]; /* -> ) ([0] unused) */
192 for (i = 0; i < NPAREN; i++) {
310 if (subno < NPAREN)
315 if (subno < NPAREN) {
523 if (subno < NPAREN)
529 if (subno < NPAREN) {
550 assert(i < NPAREN);
1340 for (i = 1; i < NPAREN;
[all...]

Completed in 26 milliseconds