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

/freebsd-current/usr.bin/tabs/
H A Dtabs.c51 #define NSTOPS 20 macro
58 long stops[NSTOPS]; /* Column positions */
80 long cols, i, inc, j, margin, nstops, stops[NSTOPS];
127 for (j = nstops = 0; j < NSTOPS &&
204 if (*nstops >= NSTOPS)
205 errx(1, "too many tab stops (limit %d)", NSTOPS);

Completed in 59 milliseconds