Lines Matching defs:dcol
137 size_t dcol, ocol, limit, n;
139 dcol = ocol = 0;
144 dcol++;
148 dcol = (1 + dcol / dstop) * dstop;
151 for (n = 0; n < nstops && tabstops[n] <= dcol; n++)
154 dcol = tabstops[n];
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
162 if (dcol - ocol < 2)
171 while (n < nstops && tabstops[n] <= dcol && ocol < dcol
180 while (ocol < dcol && ocol < limit) {
192 dcol--;
196 dcol++;
199 if (all && dcol < limit)