Home
last modified time | relevance | path

Searched refs:basWLINES (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c129 if (ind > basWLINES / 2) in vup()
130 ind = basWLINES / 3; in vup()
207 addr = vback(addr, basWLINES - vdepth()); in vcontext()
212 top = vback(addr, basWLINES - vdepth()); in vcontext()
217 top = vback(addr, basWLINES / 2 - vdepth()); in vcontext()
316 WLINES = basWLINES; in vreset()
H A Dex_v.c463 basWLINES = WLINES = WBOT - WTOP + 1; in setwind()
556 basWLINES = WBOT - b + 1; in vsetsiz()
H A Dex_vis.h76 var short basWLINES; variable
H A Dex_vmain.c485 addr = dot + (vcnt - vcline) - 2 + (cnt-1)*basWLINES;
500 addr = dot - vcline + 2 - (cnt-1)*basWLINES;
H A Dex_vget.c730 s, basWTOP, basWLINES, WTOP, WBOT, WLINES, WCOLS, WECHO);
H A Dex_vadj.c77 WLINES = basWLINES; in vopen()