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

References

lib/Support/regcomp.c
  403 		conc = HERE();
  404 		while (MORE() && (c = PEEK()) != '|' && c != stop)
  404 		while (MORE() && (c = PEEK()) != '|' && c != stop)
  405 			p_ere_exp(p);
  406 		REQUIRE(HERE() != conc, REG_EMPTY);	/* require nonempty */
  406 		REQUIRE(HERE() != conc, REG_EMPTY);	/* require nonempty */
  408 		if (!EAT('|'))
  412 			INSERT(OCH_, conc);	/* offset is wrong */
  417 		ASTERN(OOR1, prevback);
  418 		prevback = THERE();
  419 		AHEAD(prevfwd);			/* fix previous offset */
  420 		prevfwd = HERE();
  421 		EMIT(OOR2, 0);			/* offset is very wrong */
  425 		AHEAD(prevfwd);
  426 		ASTERN(O_CH, prevback);