Lines Matching refs:tabstops
53 #define MAX_TABS 100 /* maximum number of tabstops */
55 static int nstops = 0; /* total number of tabstops */
56 static int tabstops[MAX_TABS]; /* the tabstops themselves */
141 if ((ocol % tabstops[0]) != 0)
143 } else { /* explicit tabstops */
145 ocol > tabstops[cstop])
154 if (ocol != tabstops[cstop])
193 ocol += ocol % tabstops[0];
196 ocol < tabstops[cstop])
197 ocol = tabstops[cstop++];
244 if (nstops > 0 && i <= tabstops[nstops-1]) {
252 "unexpand: number of tabstops limited to %d\n"),
257 tabstops[nstops++] = i;