Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c54 destcol = x; in mvcur()
70 destcol %= COLS; in fgoto()
100 c = destcol; in fgoto()
102 destcol = 0; in fgoto()
104 destcol = c; in fgoto()
146 outcol = destcol; in fgoto()
188 i = (destcol / HARDTABS) + (destcol % HARDTABS); in plod()
190 i = destcol; in plod()
245 i = destcol % HARDTABS + destcol / HARDTABS; in plod()
247 i = destcol; in plod()
[all …]
H A Dcr_tty.c57 static int destcol, destline; variable
148 if (tgoto(CM, destcol, destline)[0] == 'O') in setterm()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c333 destcol = 0; in flush1()
337 if (destcol) in flush1()
338 destcol--; in flush1()
342 destcol++; in flush1()
351 if (destcol != 0 && destcol % columns == 0) in flush1()
353 destcol = 0; in flush1()
395 destcol--; in flush1()
473 c = destcol; in fgoto()
477 destcol = c; in fgoto()
634 i = destcol; in plod()
[all …]
H A Dex_vput.c52 destcol = 0; in vclear()
101 if (destcol == WCOLS) in vclreol()
104 destcol %= WCOLS; in vclreol()
107 i = WCOLS - destcol; in vclreol()
291 destcol = x; in vigoto()
465 destcol = x; in vgoto()
546 int i = tabcol(destcol, value(vi_TABSTOP)) - destcol; in vgotab()
646 i = destcol; in vinschar()
1279 destcol++;
1299 destcol++;
[all …]
H A Dex_vops2.c145 wchar_t *cp = vtube[destline] + destcol; in ateopr()
147 for (i = WCOLS - destcol; i > 0; i--) { in ateopr()
155 if (destline == WECHO && destcol < WCOLS-11 && vtube[WECHO][WCOLS-20]) in ateopr()
924 vgoto(destline - 1, WCOLS + destcol - 1); in back1()
1107 x = destcol, y = destline;
1135 x = destcol, y = destline;
H A Dex_vadj.c191 if (insert_null_glitch && destcol == WCOLS) in vreopen()
405 int dc = destcol; in vrollup()
416 destline = dl - cnt, destcol = dc; in vrollup()
445 destcol = (NONL ? 0 : outcol % WCOLS); in vmoveitup()
452 destcol = (NONL ? 0 : outcol % WCOLS); in vmoveitup()
H A Dex_cmds2.c319 if (destcol) in fixol()
373 destcol = 0; in next()
H A Dex_tty.h77 var short destcol; /* Where the cursor should be */ variable
H A Dex_vget.c466 int sdl = destline, sdc = destcol;
483 destline = sdl; destcol = sdc;
H A Dex_vwind.c244 destcol = 0; in vclean()
H A Dex_vmain.c1262 int sdc = destcol, sdl = destline;
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c74 tgoto(char *CM, int destcol, int destline) in tgoto() argument
101 destcol ^= 0140; in tgoto()
126 which = oncol ? destcol : destline; in tgoto()
183 destcol++; in tgoto()