const regexp/syntax.EmptyBeginLine
7 uses
regexp/syntax (current package)
compile.go#L116: return c.empty(EmptyBeginLine)
prog.go#L66: EmptyBeginLine EmptyOp = 1 << iota
prog.go#L87: op |= EmptyBeginLine
prog.go#L89: op |= EmptyBeginText | EmptyBeginLine
prog.go#L266: case EmptyBeginLine:
regexp
exec.go#L133: if op&syntax.EmptyBeginLine != 0 {
exec.go#L137: op &^= syntax.EmptyBeginLine
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)