Searched refs:vtube (Results 1 – 9 of 9) sorted by relevance
/titanic_50/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 | 110 tp = vtube[destline] + destcol; in vclreol() 201 vclrbyte(vtube[WECHO], WCOLS); 424 tp = vtube[WBOT] + outcol; in vgoto() 592 if (p < 0 || vtube[p] == cp) in vmaktop() 595 if (vtube[i] == cp) { in vmaktop() 596 copy(temp, vtube[i], WCOLS * sizeof(wchar_t)); in vmaktop() 597 copy(vtube[i], vtube[p], WCOLS * sizeof(wchar_t)); in vmaktop() 598 copy(vtube[p], temp, WCOLS * sizeof(wchar_t)); in vmaktop() 599 vtube[i] = vtube[p]; in vmaktop() 600 vtube[p] = cp; in vmaktop() [all …]
|
H A D | ex_v.c | 494 vtube[i] = (wchar_t *) 0; in vok() 496 vtube[i] = atube, atube += WCOLS; in vok() 499 vtube[i] = (wchar_t *) 0; in vok()
|
H A D | ex_vget.c | 733 if (vtube[i] && *vtube[i]) 734 fprintf(trace, "%d: '%s'\n", i, vtube[i]);
|
H A D | ex_vis.h | 143 var wchar_t *vtube[TUBELINES]; variable
|
H A D | ex_cmds2.c | 689 vclrbyte(vtube[WECHO], WCOLS); in vnfl()
|
H A D | ex_put.c | 795 if (!inopen || vtube[outline]==NULL || in plod() 796 (wchar=vtube[outline][outcol]) < ' ') in plod()
|
H A D | ex_vmain.c | 1141 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t)); 1206 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
|
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()
|