const regexp/syntax.InstEmptyWidth
13 uses
regexp/syntax (current package)
compile.go#L250: f := c.inst(InstEmptyWidth)
prog.go#L30: InstEmptyWidth
prog.go#L173: case InstEmptyWidth:
prog.go#L321: case InstEmptyWidth:
regexp
backtrack.go#L259: case syntax.InstEmptyWidth:
exec.go#L343: case syntax.InstEmptyWidth:
exec.go#L479: case syntax.InstEmptyWidth:
onepass.go#L42: if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
onepass.go#L62: if i.Op == syntax.InstEmptyWidth &&
onepass.go#L211: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L357: case syntax.InstEmptyWidth:
onepass.go#L470: if prog.Inst[prog.Start].Op != syntax.InstEmptyWidth ||
onepass.go#L486: case syntax.InstEmptyWidth:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |