Home
last modified time | relevance | path

Searched refs:WECHO (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c89 vdirty(vcline+1, WECHO); in vopen()
263 cnt = WECHO + 1 - p; in vinslin()
308 vputp(insert_line, WECHO + 1 - p); in vinslin()
311 vputp(insert_line, WECHO + 1 - outline); in vinslin()
386 for (to = p; from <= WECHO; from++, to++) { in vadjAL()
411 cnt = dl - (splitw ? WECHO : WBOT); in vrollup()
444 destline = WECHO; in vmoveitup()
451 destline = WECHO + cnt; in vmoveitup()
798 vputp(delete_line, WECHO - p); in vdellin()
824 for (from = p; to <= WECHO; from++, to++) { in vadjDL()
[all …]
H A Dex_vput.c159 vgoto(WECHO, 0);
188 vgoto(WECHO, 0);
191 vigoto(WECHO, 0);
199 vclrbyte(vtube[WECHO], WCOLS);
217 vgoto(WECHO, 0); flusho(); in fixech()
313 vgoto(WECHO, x); in vgotoCL()
326 vigoto(WECHO, x); in vigotoCL()
350 vigoto(WECHO, WCOLS-20); in vshowmode()
380 FLAGS(WECHO) |= VDIRT; in vshowmode()
592 for (i = ZERO; i <= WECHO; i++) in vmaktop()
[all …]
H A Dex_v.c282 vgoto(WECHO, 0); in ovend()
284 vgoto(WECHO, 0); in ovend()
444 basWTOP = WTOP = WBOT = WECHO = 0; in setwind()
459 WTOP = basWTOP; WBOT = lines - 2; WECHO = lines - 1; in setwind()
485 if (WLINES >= TUBELINES || WCOLS * (WECHO - ZERO + 1) > TUBESIZE) in vok()
490 vclrbyte(atube, WCOLS * (WECHO - ZERO + 1)); in vok()
493 for (; i <= WECHO; i++) in vok()
H A Dex_cmds2.c633 vgoto(WECHO, 0); in vcontin()
660 outline = WECHO; in vcontin()
682 if (state != VISUAL && state != CRTOPEN && destline <= WECHO) in vnfl()
686 vgoto(WECHO, 0); in vnfl()
687 vclrbyte(vtube[WECHO], WCOLS); in vnfl()
H A Dex_vwind.c127 tot = WECHO - WTOP; in vup()
174 tot = WECHO - WTOP; in vdown()
318 splitw = 1, vgoto(WECHO, 0); in vreset()
379 if (WBOT == WECHO) { in vroll()
420 if (WBOT == WECHO) in vrollR()
H A Dex_vget.c267 if (WBOT == WECHO)
272 vgoto(WECHO, 0);
275 vgoto(WECHO, 1);
471 if (WBOT == WECHO)
473 vigoto(WECHO, 0);
730 s, basWTOP, basWLINES, WTOP, WBOT, WLINES, WCOLS, WECHO);
H A Dex_vmain.c1138 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
1203 copy(esave, vtube[WECHO], TUBECOLS * sizeof(wchar_t));
1265 vigoto(WECHO, 0);
1438 destline = WECHO;
H A Dex_unix.c240 vgoto(WECHO, 0); in unix0()
248 vgoto(WECHO, 0); in unix0()
H A Dex_voper.c217 for (i = 0; i <= WECHO; i++) { in operate()
221 if (i > WECHO) in operate()
958 vgoto(WECHO, 0); in warnf()
H A Dex_vis.h81 var short WECHO; variable
H A Dex_temp.c596 vgoto(WECHO, 0); in putreg()
603 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1; in putreg()
H A Dex_vops3.c426 vgoto(splitw ? WECHO : LINE(wdot - llimit), column(wcursor) - 1); in lsmatch()
H A Dex_vops2.c155 if (destline == WECHO && destcol < WCOLS-11 && vtube[WECHO][WCOLS-20]) in ateopr()
H A Dex_cmds.c644 vgoto(WECHO, 0);
H A Dex_vops.c847 vgoto(WECHO, 0); flusho(); in vfilter()