Searched refs:nstops (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/expand/
H A Dexpand.c56 static int nstops; variable
112 if (nstops == 0) {
119 if (nstops == 1) {
126 for (n = 0; n < nstops; n++)
129 if (n == nstops) {
171 nstops = 0;
178 if (nstops > 0 && i <= tabstops[nstops-1])
180 if (nstops == sizeof(tabstops) / sizeof(*tabstops))
182 tabstops[nstops
[all...]
/freebsd-10.1-release/usr.bin/unexpand/
H A Dunexpand.c59 static int nstops; variable
74 nstops = 1;
121 limit = nstops == 1 ? INT_MAX : tabstops[nstops - 1] - 1;
130 if (nstops == 1) {
136 n < nstops; n++)
138 if (n < nstops - 1 && tabstops[n] - 1 < limit) {
147 if (nstops == 1) {
157 for (n = 0; tabstops[n] - 1 < ocol && n < nstops; n++)
159 while (ocol < dcol && n < nstops
[all...]
/freebsd-10.1-release/usr.bin/tabs/
H A Dtabs.c81 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; local
89 nstops = -1;
128 for (j = nstops = 0; j < NSTOPS &&
130 stops[nstops++] = formats[i].stops[j];
135 if (nstops != -1)
137 gettabs(arg, stops, &nstops);
167 if (nstops >= 0) {
170 for (i = 1; i < nstops; i++) {
198 gettabs(char *arg, long stops[], long *nstops) argument
203 for (last = *nstops
[all...]

Completed in 119 milliseconds