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

/freebsd-12-stable/usr.bin/tabs/
H A Dtabs.c54 #define NSTOPS 20 macro
61 long stops[NSTOPS]; /* Column positions */
83 long cols, i, inc, j, margin, nstops, stops[NSTOPS];
130 for (j = nstops = 0; j < NSTOPS &&
207 if (*nstops >= NSTOPS)
208 errx(1, "too many tab stops (limit %d)", NSTOPS);

Completed in 106 milliseconds