Searched refs:vtube (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vadj.c | 383 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() 486 vclrbyte(vtube[to], WCOLS); in vscroll() 821 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/ in vadjDL() [all …]
|
H A D | ex_vput.c | 108 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 D | ex_v.c | 492 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 D | ex_vget.c | 734 if (vtube[i] && *vtube[i]) 735 fprintf(trace, "%d: '%s'\n", i, vtube[i]);
|
H A D | ex_vis.h | 141 var wchar_t *vtube[TUBELINES]; variable
|
H A D | ex_put.c | 794 if (!inopen || vtube[outline]==NULL || in plod() 795 (wchar=vtube[outline][outcol]) < ' ') in plod()
|
H A D | ex_vmain.c | 1138 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t)); 1203 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
|
H A D | ex_cmds2.c | 687 vclrbyte(vtube[WECHO], WCOLS); in vnfl()
|
H A D | ex_vops2.c | 145 wchar_t *cp = vtube[destline] + destcol; in ateopr() 155 if (destline == WECHO && destcol < WCOLS-11 && vtube[WECHO][WCOLS-20]) in ateopr()
|