fmt.State.Flag (method)

13 uses

	fmt (current package)
		print.go#L47: 	Flag(c int) bool

	math/big
		ftoa.go#L504: 		if s.Flag(' ') {
		ftoa.go#L508: 	case s.Flag('+'):
		ftoa.go#L510: 	case s.Flag(' '):
		ftoa.go#L520: 	case s.Flag('0') && !x.IsInf():
		ftoa.go#L525: 	case s.Flag('-'):
		intconv.go#L95: 	case s.Flag('+'): // supersedes ' ' when both specified
		intconv.go#L97: 	case s.Flag(' '):
		intconv.go#L103: 	if s.Flag('#') {
		intconv.go#L149: 		case s.Flag('-'):
		intconv.go#L152: 		case s.Flag('0') && !precisionSet:

	src.elv.sh/pkg/eval
		builtin_fn_io.go#L298: 		if state.Flag('#') {
		builtin_fn_io.go#L332: 		if state.Flag(int(f)) {