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

6 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L223: 	instAny   // match any word
		rematch.go#L240: 		case instAny:
		rematch.go#L368: 			c.prog = append(c.prog, reInst{op: instAny})
		rematch.go#L552: 		case instWord, instAny, instMatch:
		rematch.go#L572: 		case instAny:
		rematch.go#L612: 		case instAny: