const regexp/syntax.InstEmptyWidth
13 uses
regexp/syntax (current package)
compile.go#L266: f := c.inst(InstEmptyWidth)
prog.go#L31: InstEmptyWidth
prog.go#L176: case InstEmptyWidth:
prog.go#L324: case InstEmptyWidth:
regexp
backtrack.go#L259: case syntax.InstEmptyWidth:
exec.go#L343: case syntax.InstEmptyWidth:
exec.go#L479: case syntax.InstEmptyWidth:
onepass.go#L43: if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
onepass.go#L63: if i.Op == syntax.InstEmptyWidth &&
onepass.go#L212: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L358: case syntax.InstEmptyWidth:
onepass.go#L471: if prog.Inst[prog.Start].Op != syntax.InstEmptyWidth ||
onepass.go#L487: case syntax.InstEmptyWidth:
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. |