reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/regengine.inc
  185 		endp = fast(m, start, stop, gf, gl);
  186 		if (endp == NULL) {		/* a miss */
  199 			endp = slow(m, m->coldp, stop, gf, gl);
  200 			if (endp != NULL)
  220 			dp = dissect(m, m->coldp, endp, gf, gl);
  231 			dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
  240 			if (dp != NULL || endp <= m->coldp)
  243 			endp = slow(m, m->coldp, endp-1, gf, gl);
  243 			endp = slow(m, m->coldp, endp-1, gf, gl);
  244 			if (endp == NULL)
  254 			dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
  270 		pmatch[0].rm_eo = endp - m->offp;