Lines Matching defs:tabstops
55 size_t tabstops[100];
110 } while (((column - 1) % tabstops[0])
111 != (tabstops[0] - 1));
115 if (tabstops[n] > column)
122 while (column < tabstops[n]) {
162 if (nstops > 0 && (size_t)i <= tabstops[nstops-1])
164 if (nstops == sizeof(tabstops) / sizeof(tabstops[0]) - 1)
165 errx(EXIT_FAILURE, "Too many tabstops");
166 tabstops[nstops++] = i;