type regexp.onePassProg
8 uses
regexp (current package)
onepass.go#L22: type onePassProg struct {
onepass.go#L207: func cleanupOnePass(prog *onePassProg, original *syntax.Prog) {
onepass.go#L221: func onePassCopy(prog *syntax.Prog) *onePassProg {
onepass.go#L222: p := &onePassProg{
onepass.go#L299: func makeOnePass(p *onePassProg) *onePassProg {
onepass.go#L465: func compileOnePass(prog *syntax.Prog) (p *onePassProg) {
regexp.go#L85: onepass *onePassProg // onepass program or nil
![]() |
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. |