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

References

lib/Support/regengine.inc
  150 		stop = string + pmatch[0].rm_eo;
  153 		stop = start + strlen(start);
  155 	if (stop < start)
  160 		for (dp = start; dp < stop; dp++)
  161 			if (*dp == g->must[0] && stop - dp >= g->mlen &&
  164 		if (dp == stop)		/* we didn't find g->must */
  175 	m->endp = stop;
  185 		endp = fast(m, start, stop, gf, gl);
  199 			endp = slow(m, m->coldp, stop, gf, gl);
  262 		if (m->coldp == stop)