const github.com/google/licensecheck/internal/match.opWords

8 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L290: 	case opWords:
		rematch.go#L453: 	case opWords:
		resyntax.go#L76: 	opWords
		resyntax.go#L156: 	case opWords:
		resyntax.go#L351: 		if len(p.stack) > 0 && p.stack[len(p.stack)-1].op == opWords {
		resyntax.go#L354: 			re = p.push(&reSyntax{op: opWords})
		resyntax.go#L363: 		p.stack = append(p.stack, &reSyntax{op: opWords, w: []WordID{last.ID}})
		resyntax.go#L506: 	case opWords: