const regexp/syntax.EmptyBeginText
12 uses
regexp/syntax (current package)
compile.go#L120: return c.empty(EmptyBeginText)
prog.go#L68: EmptyBeginText
prog.go#L89: op |= EmptyBeginText | EmptyBeginLine
prog.go#L272: case EmptyBeginText:
regexp
backtrack.go#L312: if startCond&syntax.EmptyBeginText != 0 && pos != 0 {
backtrack.go#L322: if startCond&syntax.EmptyBeginText != 0 {
exec.go#L139: if op&syntax.EmptyBeginText != 0 {
exec.go#L143: op &^= syntax.EmptyBeginText
exec.go#L199: if startCond&syntax.EmptyBeginText != 0 && pos != 0 {
onepass.go#L43: if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
onepass.go#L472: syntax.EmptyOp(prog.Inst[prog.Start].Arg)&syntax.EmptyBeginText != syntax.EmptyBeginText {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |