Searched refs:destcol (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
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...]
H A Dcr_tty.c59 static int destcol, destline; variable
150 if (tgoto(CM, destcol, destline)[0] == 'O')
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c333 destline += destcol / columns;
334 destcol = 0;
338 if (destcol)
339 destcol--;
343 destcol++;
347 destcol += value(vi_TABSTOP) - destcol % value(vi_TABSTOP);
351 destline += destcol / columns + 1;
352 if (destcol != 0 && destcol
[all...]
H A Dex_vput.c54 destcol = 0;
101 fprintf(trace, "vclreol(), destcol %d, ateopr() %d\n", destcol, ateopr());
103 if (destcol == WCOLS)
105 destline += destcol / WCOLS;
106 destcol %= WCOLS;
109 i = WCOLS - destcol;
110 tp = vtube[destline] + destcol;
123 destcol = WCOLS - i;
293 destcol
[all...]
H A Dex_tty.h79 var short destcol; /* Where the cursor should be */ variable
H A Dex_cmds2.c321 if (destcol)
375 destcol = 0;
H A Dex_vops2.c145 wchar_t *cp = vtube[destline] + destcol;
147 for (i = WCOLS - destcol; i > 0; i--) {
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_vadj.c191 if (insert_null_glitch && destcol == WCOLS)
405 int dc = destcol;
416 destline = dl - cnt, destcol = dc;
445 destcol = (NONL ? 0 : outcol % WCOLS);
452 destcol = (NONL ? 0 : outcol % WCOLS);
H A Dex_vget.c465 int sdl = destline, sdc = destcol;
482 destline = sdl; destcol = sdc;
H A Dex_vwind.c244 destcol = 0;
H A Dex_vmain.c1265 int sdc = destcol, sdl = destline;
/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++;

Completed in 82 milliseconds