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

7 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L362: 			c.err = fmt.Errorf("__%d__ wildcard with no required text following", re.n)
		rematch.go#L365: 		end := len(c.prog) + int(re.n)*2
		rematch.go#L366: 		for i := int32(0); i < re.n; i++ {
		rematch.go#L370: 		if re.n > 3 {
		resyntax.go#L67: 	n   int32       // wildcard count (opWild)
		resyntax.go#L141: 		fmt.Fprintf(b, "__%d__", re.n)
		resyntax.go#L277: 			p.push(&reSyntax{op: opWild, n: int32(n)})