Searched defs:destline (Results 1 - 4 of 4) sorted by relevance

/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/ucblib/libcurses/
H A Dcr_tty.c59 static int destcol, destline; variable
150 if (tgoto(CM, destcol, destline)[0] == 'O')
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...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h80 var short destline; variable

Completed in 49 milliseconds