Home | History | Annotate | Download | only in fmt

Lines Matching full:newlines

29 	// SkipSpace skips space in the input. Newlines are treated appropriately
36 // characters. Newlines are treated appropriately for the operation being
60 // space-separated values into successive arguments. Newlines count
77 // Newlines in the input must match newlines in the format.
96 // values into successive arguments. Newlines count as space. It
112 // Newlines in the input must match newlines in the format.
118 // values into successive arguments. Newlines count as space. It
140 // Newlines in the input must match newlines in the format.
424 // skipSpace skips spaces and maybe newlines.
452 // skips white space. For Scanln, it stops at newlines. For Scan,
453 // newlines are treated as spaces.
1070 // format behave as a single space. Newlines are special, though:
1071 // newlines in the format must match those in the input and vice versa.
1086 newlines := 0
1090 newlines++
1098 for j := 0; j < newlines; j++ {
1109 if newlines == 0 {