Home | History | Annotate | Download | only in testdata

Lines Matching refs:re_nsub

2024 						else if (nsub != preg.re_nsub)
2026 if (nsub > preg.re_nsub)
2032 report("re_nsub incorrect", fun, re, NiL, -1, msg, flags, test);
2033 printf("at least %d expected, %d returned\n", nsub, preg.re_nsub);
2038 nsub = preg.re_nsub;