HomeSort by: relevance | last modified time | path
    Searched defs:dstop (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/unexpand/
unexpand.c 58 #define DSTOP 8
135 const size_t dstop = (nstops == 0) ? DSTOP : tabstops[0]; local in function:tabify
148 dcol = (1 + dcol / dstop) * dstop;
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
166 ocol = (1 + ocol / dstop) * dstop;
    [all...]
unexpand.c 58 #define DSTOP 8
135 const size_t dstop = (nstops == 0) ? DSTOP : tabstops[0]; local in function:tabify
148 dcol = (1 + dcol / dstop) * dstop;
161 while (((ocol + dstop) / dstop) <= (dcol / dstop)) {
166 ocol = (1 + ocol / dstop) * dstop;
    [all...]

Completed in 55 milliseconds