Home
last modified time | relevance | path

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

/freebsd/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]; in main()
127 for (j = nstops = 0; j < NSTOPS && in main()
204 if (*nstops >= NSTOPS) in gettabs()
205 errx(1, "too many tab stops (limit %d)", NSTOPS); in gettabs()