Searched defs:destcol (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
103 destcol ^= 0140;
128 which = oncol ? destcol : destline;
185 destcol++;
/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.c52 static int outcol, outline, destcol, destline; variable
63 destcol = x;
77 if (destcol >= COLS) {
78 destline += destcol / COLS;
79 destcol %= COLS;
109 c = destcol;
111 destcol = 0;
113 destcol = c;
146 cgp = tgoto(CM, destcol, destline);
155 outcol = destcol;
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h79 var short destcol; /* Where the cursor should be */ variable

Completed in 56 milliseconds