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

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_shift.c70 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; local
126 newcol = oldcol;
128 newcol = oldcol + sw;
130 newcol = oldcol < sw ? 0 : oldcol - sw;
131 if (newcol == oldcol) {
139 ADD_SPACE_RETW(sp, bp, blen, newcol + len);
148 for (; newcol >= O_VAL(sp, O_TABSTOP); ++newidx) {
150 newcol -= O_VAL(sp, O_TABSTOP);
153 for (; newcol > 0; --newcol,
[all...]
/freebsd-13-stable/usr.bin/top/
H A Ddisplay.c1184 int newcol = start + 1; local
1235 diff = newcol - lastcol;
1247 Move_to(newcol, line);
1251 lastcol = newcol + 1;
1275 newcol++;
1281 diff = screen_width - newcol;
/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c1230 int i, j, c, lastc, col, nc, newcol; local
1292 newcol = ((col/tabsize)+1)*tabsize;
1297 } while (++col < newcol && j < nc);

Completed in 121 milliseconds