Home
last modified time | relevance | path

Searched refs:vtube (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c383 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/ in vadjAL()
385 vtube[to] = tlines[from]; in vadjAL()
387 vtube[to] = tlines[from]; in vadjAL()
388 vclrbyte(vtube[to], WCOLS); in vadjAL()
456 vclrbyte(vtube[0], WCOLS); in vmoveitup()
481 copy(tlines, vtube, sizeof vtube); in vscroll()
483 vtube[to] = tlines[from]; in vscroll()
485 vtube[to] = tlines[from]; in vscroll()
821 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/ in vadjDL()
823 vtube[to] = tlines[from]; in vadjDL()
[all …]
H A Dex_vput.c108 tp = vtube[destline] + destcol; in vclreol()
199 vclrbyte(vtube[WECHO], WCOLS);
422 tp = vtube[WBOT] + outcol; in vgoto()
590 if (p < 0 || vtube[p] == cp) in vmaktop()
593 if (vtube[i] == cp) { in vmaktop()
594 copy(temp, vtube[i], WCOLS * sizeof(wchar_t)); in vmaktop()
595 copy(vtube[i], vtube[p], WCOLS * sizeof(wchar_t)); in vmaktop()
596 copy(vtube[p], temp, WCOLS * sizeof(wchar_t)); in vmaktop()
597 vtube[i] = vtube[p]; in vmaktop()
598 vtube[p] = cp; in vmaktop()
[all …]
H A Dex_v.c492 vtube[i] = (wchar_t *) 0; in vok()
494 vtube[i] = atube, atube += WCOLS; in vok()
497 vtube[i] = (wchar_t *) 0; in vok()
H A Dex_vget.c734 if (vtube[i] && *vtube[i])
735 fprintf(trace, "%d: '%s'\n", i, vtube[i]);
H A Dex_vis.h141 var wchar_t *vtube[TUBELINES]; variable
H A Dex_put.c794 if (!inopen || vtube[outline]==NULL || in plod()
795 (wchar=vtube[outline][outcol]) < ' ') in plod()
H A Dex_vmain.c1138 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
1203 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
H A Dex_cmds2.c687 vclrbyte(vtube[WECHO], WCOLS); in vnfl()
H A Dex_vops2.c145 wchar_t *cp = vtube[destline] + destcol; in ateopr()
155 if (destline == WECHO && destcol < WCOLS-11 && vtube[WECHO][WCOLS-20]) in ateopr()