Lines Matching defs:ocol
137 size_t dcol, ocol, limit, n;
139 dcol = ocol = 0;
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
162 if (dcol - ocol < 2)
166 ocol = (1 + ocol / dstop) * dstop;
169 for (n = 0; n < nstops && tabstops[n] <= ocol; n++)
171 while (n < nstops && tabstops[n] <= dcol && ocol < dcol
172 && ocol < limit) {
175 ocol = tabstops[n++];
180 while (ocol < dcol && ocol < limit) {
183 ocol++;
190 if (ocol > 0) {
191 ocol--;
195 ocol++;