Lines Matching refs:spaces
124 int spaces = 0; /* spaces to convert to tab */ in tabify() local
134 spaces++; in tabify()
150 spaces = 0; in tabify()
163 if (spaces > 0) { in tabify()
164 (void) putchar(((spaces > 1) ? '\t' : ' ')); in tabify()
165 spaces = 0; in tabify()
171 while (spaces-- > 0) in tabify()
173 spaces = 0; in tabify()
202 spaces = 0; in tabify()
206 while (spaces-- > 0) in tabify()
208 spaces = 0; in tabify()