Home | History | Annotate | Download | only in regex

Lines Matching refs:nsub

206 	g->nsub = 0;
230 preg->re_nsub = g->nsub;
308 p->g->nsub++;
309 subno = p->g->nsub;
521 p->g->nsub++;
522 subno = p->g->nsub;
552 assert(i <= p->g->nsub);