Lines Matching refs:spaces
122 int spaces = 0; /* spaces to convert to tab */ in tabify() local
132 spaces++; in tabify()
148 spaces = 0; in tabify()
161 if (spaces > 0) { in tabify()
162 (void) putchar(((spaces > 1) ? '\t' : ' ')); in tabify()
163 spaces = 0; in tabify()
169 while (spaces-- > 0) in tabify()
171 spaces = 0; in tabify()
200 spaces = 0; in tabify()
204 while (spaces-- > 0) in tabify()
206 spaces = 0; in tabify()