tabs.c | 52 #define NSTOPS 20 87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0; local in function:main 150 last = nstops = 0; 152 nstops = -1; 157 if (nstops >= NSTOPS) 159 "too many tab stops (max %d)", NSTOPS); 166 if (nstops == 0) 173 last = stops[nstops++] = n [all...] |