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

/freebsd-13-stable/usr.bin/expand/
H A Dexpand.c58 static int nstops; variable
114 if (nstops == 0) {
121 if (nstops == 1) {
128 for (n = 0; n < nstops; n++)
131 if (n == nstops) {
173 nstops = 0;
180 if (nstops > 0 && i <= tabstops[nstops-1])
182 if (nstops == sizeof(tabstops) / sizeof(*tabstops))
184 tabstops[nstops
[all...]
/freebsd-13-stable/usr.bin/unexpand/
H A Dunexpand.c61 static int nstops; variable
76 nstops = 1;
123 limit = nstops == 1 ? INT_MAX : tabstops[nstops - 1] - 1;
132 if (nstops == 1) {
137 for (n = 0; n < nstops &&
140 if (n < nstops - 1 && tabstops[n] - 1 < limit) {
149 if (nstops == 1) {
159 for (n = 0; n < nstops && tabstops[n] - 1 < ocol; n++)
161 while (ocol < dcol && n < nstops
[all...]
/freebsd-13-stable/usr.bin/tabs/
H A Dtabs.c83 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; local
91 nstops = -1;
130 for (j = nstops = 0; j < NSTOPS &&
132 stops[nstops++] = formats[i].stops[j];
137 if (nstops != -1)
139 gettabs(arg, stops, &nstops);
169 if (nstops >= 0) {
172 for (i = 1; i < nstops; i++) {
200 gettabs(char *arg, long stops[], long *nstops) argument
205 for (last = *nstops
[all...]

Completed in 203 milliseconds