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

/netbsd-current/usr.bin/tabs/
H A Dtabs.c52 #define NSTOPS 20 macro
87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0;
157 if (nstops >= NSTOPS)
159 "too many tab stops (max %d)", NSTOPS);

Completed in 70 milliseconds