Home
last modified time | relevance | path

Searched refs:newcol (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/nvi2/ex/
H A Dex_shift.c70 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; in shift() local
126 newcol = oldcol; in shift()
128 newcol = oldcol + sw; in shift()
130 newcol = oldcol < sw ? 0 : oldcol - sw; in shift()
131 if (newcol == oldcol) { in shift()
139 ADD_SPACE_RETW(sp, bp, blen, newcol + len); in shift()
148 for (; newcol >= O_VAL(sp, O_TABSTOP); ++newidx) { in shift()
150 newcol -= O_VAL(sp, O_TABSTOP); in shift()
153 for (; newcol > 0; --newcol, ++newidx) in shift()