Home | History | Annotate | Download | only in tabs

Lines Matching defs:nstops

52 #define NSTOPS 20
87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0;
150 last = nstops = 0;
152 nstops = -1;
157 if (nstops >= NSTOPS)
159 "too many tab stops (max %d)", NSTOPS);
166 if (nstops == 0)
173 last = stops[nstops++] = n;
199 if (nstops >= 0) {
202 for (i = 1; i < nstops; i++) {