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

References

lib/Support/regengine.inc
  216 		for (i = 1; i <= m->g->nsub; i++)
  216 		for (i = 1; i <= m->g->nsub; i++)
  216 		for (i = 1; i <= m->g->nsub; i++)
  217 			m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
  217 			m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1;
  274 		for (i = 1; i < nmatch; i++)
  274 		for (i = 1; i < nmatch; i++)
  274 		for (i = 1; i < nmatch; i++)
  275 			if (i <= m->g->nsub)
  276 				pmatch[i] = m->pmatch[i];
  276 				pmatch[i] = m->pmatch[i];
  278 				pmatch[i].rm_so = -1;
  279 				pmatch[i].rm_eo = -1;