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

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c117 # define NPAREN 10 /* we need to remember () 1-9 for back refs */ macro
118 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
119 sopno pend[NPAREN]; /* -> ) ([0] unused) */
282 for (i = 0; i < NPAREN; i++) {
416 if (subno < NPAREN)
421 if (subno < NPAREN) {
651 if (subno < NPAREN)
657 if (subno < NPAREN) {
678 assert(i < NPAREN);
1722 for (i = 1; i < NPAREN;
[all...]

Completed in 24 milliseconds