const go/printer.inEscape

5 uses

	go/printer (current package)
		printer.go#L1182: 	inEscape        // inside text bracketed by tabwriter.Escapes
		printer.go#L1221: 				p.state = inEscape
		printer.go#L1228: 		case inEscape:
		printer.go#L1247: 				p.state = inEscape
		printer.go#L1260: 	case inEscape, inText: