Lines Matching defs:spaces
124 int spaces = 0; /* spaces to convert to tab */
134 spaces++;
150 spaces = 0;
161 * tab stop. if spaces, then write out a tab.
163 if (spaces > 0) {
164 (void) putchar(((spaces > 1) ? '\t' : ' '));
165 spaces = 0;
171 while (spaces-- > 0)
173 spaces = 0;
202 spaces = 0;
206 while (spaces-- > 0)
208 spaces = 0;