Home | History | Annotate | Download | only in lib

Lines Matching refs:re_nsub

460 	       && regs->num_regs <= bufp->re_nsub, 0))
471 nregs = bufp->re_nsub + 1;
678 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;