Home | History | Annotate | Download | only in testing

Lines Matching full:submatch

1255 // Bitstate bug was looking at submatch[0] even if nsubmatch == 0.
1257 // using Match with a NULL submatch set. Bitstate tried to read
1258 // the submatch[0] entry even if nsubmatch was 0.