github.com/google/licensecheck/internal/match.reSyntax.w (field)

9 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L291: 		for _, w := range re.w {
		rematch.go#L454: 		if len(re.w) > 0 {
		resyntax.go#L66: 	w   []WordID    // words (opWords)
		resyntax.go#L157: 		if len(re.w) == 0 {
		resyntax.go#L160: 		for i, w := range re.w {
		resyntax.go#L357: 			re.w = append(re.w, w.ID)
		resyntax.go#L363: 		p.stack = append(p.stack, &reSyntax{op: opWords, w: []WordID{last.ID}})
		resyntax.go#L507: 		w := re.w