Lines Matching refs:nstops
55 static int nstops = 0; /* total number of tabstops */ variable
137 if (nstops == 0) { /* default tab = 8 */ in tabify()
140 } else if (nstops == 1) { /* tab width */ in tabify()
144 while (cstop < nstops && in tabify()
148 if (cstop >= nstops) { in tabify()
190 if (nstops == 0) { in tabify()
192 } else if (nstops == 1) { in tabify()
195 if (cstop < nstops && in tabify()
244 if (nstops > 0 && i <= tabstops[nstops-1]) { in getstops()
250 if (nstops == MAX_TABS) { in getstops()
257 tabstops[nstops++] = i; in getstops()