const regexp/syntax.EmptyEndLine
7 uses
regexp/syntax (current package)
compile.go#L118: return c.empty(EmptyEndLine)
prog.go#L67: EmptyEndLine
prog.go#L95: op |= EmptyEndLine
prog.go#L97: op |= EmptyEndText | EmptyEndLine
prog.go#L268: case EmptyEndLine:
regexp
exec.go#L149: if op&syntax.EmptyEndLine != 0 {
exec.go#L153: op &^= syntax.EmptyEndLine
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)