Home
last modified time | relevance | path

Searched refs:nstops (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/expand/
H A Dunexpand.c55 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()
[all …]
H A Dexpand.c54 static int nstops = 0; variable
149 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()