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)
130 ind = basWLINES / 3;
207 addr = vback(addr, basWLINES - vdepth());
212 top = vback(addr, basWLINES - vdepth());
217 top = vback(addr, basWLINES / 2 - vdepth());
316 WLINES = basWLINES;
H A Dex_vis.h66 * window has top basWTOP and basWLINES lines are thereby implied.
78 var short basWLINES; variable
H A Dex_v.c465 basWLINES = WLINES = WBOT - WTOP + 1;
558 basWLINES = WBOT - b + 1;
H A Dex_vmain.c487 addr = dot + (vcnt - vcline) - 2 + (cnt-1)*basWLINES;
502 addr = dot - vcline + 2 - (cnt-1)*basWLINES;
H A Dex_vget.c728 fprintf(trace, "\n%s: basWTOP=%d, basWLINES=%d, WTOP=%d, WBOT=%d, WLINES=%d, WCOLS=%d, WECHO=%d\n",
729 s, basWTOP, basWLINES, WTOP, WBOT, WLINES, WCOLS, WECHO);
H A Dex_vadj.c77 WLINES = basWLINES;

Completed in 53 milliseconds