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