Searched refs:destline (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c49 * rolling up the screen to get destline on the screen.
52 static int outcol, outline, destcol, destline; variable
64 destline = y;
78 destline += destcol / COLS;
101 destline -= outline - (LINES - 1);
105 if (destline >= LINES) {
106 l = destline;
107 destline = LINES - 1;
143 if (destline < outline && !(CA || UP))
144 destline
[all...]
H A Dcr_tty.c59 static int destcol, destline; variable
150 if (tgoto(CM, destcol, destline)[0] == 'O')
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c76 tgoto(char *CM, int destcol, int destline) argument
84 int which = destline;
104 destline ^= 0140;
128 which = oncol ? destcol : destline;
186 destline++;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c333 destline += destcol / columns;
351 destline += destcol / columns + 1;
353 destline--;
441 * rolling up the screen to get destline on the screen.
449 destline += destcol / columns;
466 destline -= outline - (lines - 1);
470 if (destline > lines - 1) {
471 l = destline;
472 destline = lines - 1;
504 if (destline < outlin
[all...]
H A Dex_vput.c56 destline = 0;
105 destline += destcol / WCOLS;
107 if (destline < 0 || destline > WECHO)
110 tp = vtube[destline] + destcol;
292 destline = y;
298 * vigoto (or low level hacking with destcol/destline as in readecho).
304 vgoto(destline, destcol);
450 destline = outline;
457 destline
[all...]
H A Dex_tty.h80 var short destline; variable
H A Dex_cmds2.c312 outline = destline = 0;
684 if (state != VISUAL && state != CRTOPEN && destline <= WECHO)
H A Dex_vadj.c190 if (vp->vliny + d > destline) {
416 destline = dl - cnt, destcol = dc;
444 destline = WECHO;
451 destline = WECHO + cnt;
455 outline = destline = 0;
H A Dex_vops2.c145 wchar_t *cp = vtube[destline] + destcol;
155 if (destline == WECHO && destcol < WCOLS-11 && vtube[WECHO][WCOLS-20])
924 vgoto(destline - 1, WCOLS + destcol - 1);
1107 x = destcol, y = destline;
1135 x = destcol, y = destline;
H A Dex_vmain.c1265 int sdc = destcol, sdl = destline;
1441 destline = WECHO;
1450 outline = destline = 0;
H A Dex_vget.c465 int sdl = destline, sdc = destcol;
482 destline = sdl; destcol = sdc;
H A Dex_v.c255 outline = destline = WBOT;
H A Dex_cmds.c1009 destline--;
H A Dex_voper.c864 outline = destline = WBOT;

Completed in 78 milliseconds