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

References

lib/Support/regengine.inc
  789 		lastc = c;
  795 		if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
  796 				(lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
  812 		if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
  812 		if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
  816 		if ( (lastc != OUT && ISWORD(lastc)) &&
  816 		if ( (lastc != OUT && ISWORD(lastc)) &&