regexp/syntax.Regexp.Sub0 (field)

11 uses

	regexp/syntax (current package)
		parse.go#L143: 		p.free = re.Sub0[0]
		parse.go#L157: 	re.Sub0[0] = p.free
		parse.go#L434: 	re.Sub = re.Sub0[:1]
		parse.go#L557: 	re.Sub = re.Sub0[:0]
		parse.go#L1434: 		re2.Sub = re2.Sub0[:1]
		regexp.go#L21: 	Sub0     [1]*Regexp // storage for short Sub
		simplify.go#L29: 				nre.Sub = append(nre.Sub0[:0], re.Sub[:i]...)
		simplify.go#L65: 			nre.Sub = nre.Sub0[:0]
		simplify.go#L88: 			prefix.Sub = prefix.Sub0[:0]
		simplify.go#L99: 				nre2.Sub = append(nre2.Sub0[:0], sub, suffix)
		simplify.go#L149: 	re.Sub = append(re.Sub0[:0], sub)