const regexp/syntax.OpEndLine

5 uses

	regexp/syntax (current package)
		compile.go#L117: 	case OpEndLine:
		op_string.go#L18: 	_ = x[OpEndLine-8]
		parse.go#L968: 				p.op(OpEndLine)
		regexp.go#L46: 	OpEndLine                      // matches empty string at end of line
		regexp.go#L171: 	case OpEndLine: