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

References

lib/Support/regengine.inc
  789 		lastc = c;
  790 		c = (p == m->endp) ? OUT : *p;
  800 		if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  801 				(c == OUT && !(m->eflags&REG_NOTEOL)) ) {
  813 					(c != OUT && ISWORD(c)) ) {
  813 					(c != OUT && ISWORD(c)) ) {
  817 				(flagch == EOL || (c != OUT && !ISWORD(c))) ) {
  817 				(flagch == EOL || (c != OUT && !ISWORD(c))) ) {
  835 		st = step(m->g, startst, stopst, tmp, c, st);