Home | History | Annotate | Download | only in unexpand

Lines Matching defs:dstop

58 #define DSTOP	8
135 const size_t dstop = (nstops == 0) ? DSTOP : tabstops[0];
148 dcol = (1 + dcol / dstop) * dstop;
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
166 ocol = (1 + ocol / dstop) * dstop;