Lines Matching defs:spaces
66 * Set the default number of spaces place between columns when listing
108 /* spaces, and any special characters and spaces in */
890 * spaces etc..
1147 * If another column follows the current one, pad to its start with spaces.
1151 * The following constant string of spaces is used to pad the output.
1153 static const char spaces[] = " ";
1154 static const int nspace = sizeof(spaces) - 1;
1156 * Pad to the next column, using as few sub-strings of the spaces[]
1162 if(write_fn(data, spaces + nspace - n, n) != n)