fmt.State.Width (method)

4 uses

	fmt (current package)
		print.go#L42: 	Width() (wid int, ok bool)

	math/big
		ftoa.go#L515: 	if width, hasWidth := s.Width(); hasWidth && width > len(sign)+len(buf) {
		intconv.go#L147: 	if width, widthSet := s.Width(); widthSet && length < width { // pad as specified

	src.elv.sh/pkg/eval
		builtin_fn_io.go#L336: 	if w, ok := state.Width(); ok {