Searched refs:nstops (Results 1 – 2 of 2) sorted by relevance
55 static int nstops = 0; /* total number of tabstops */ variable137 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()[all …]
54 static int nstops = 0; variable149 if (nstops == 0) {156 if (nstops == 1) {165 for (n = 0; n < nstops; n++)168 if (n == nstops) {255 if (nstops > 0 && i <= tabstops[nstops-1]) { in getstops()261 tabstops[nstops++] = i; in getstops()