github.com/google/licensecheck/internal/match.reCompile.endPattern (field)

9 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L261: 	endPattern bool   // compiling the end of the pattern
		rematch.go#L275: 	c := &reCompile{prog: init, endPattern: true}
		rematch.go#L295: 		if c.endPattern {
		rematch.go#L301: 		if c.endPattern {
		rematch.go#L307: 			c.endPattern = i >= endIndex
		rematch.go#L315: 		endPattern := c.endPattern
		rematch.go#L325: 		endPattern := c.endPattern
		rematch.go#L334: 			c.endPattern = endPattern
		rematch.go#L361: 		if c.endPattern && c.err == nil {