NSTOPS
for (j = nstops = 0; j < NSTOPS &&
if (*nstops >= NSTOPS)
errx(1, "too many tab stops (limit %d)", NSTOPS);
long stops[NSTOPS]; /* Column positions */
long cols, i, inc, j, margin, nstops, stops[NSTOPS];