Searched refs:basWLINES (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 129 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 D | ex_v.c | 463 basWLINES = WLINES = WBOT - WTOP + 1; in setwind() 556 basWLINES = WBOT - b + 1; in vsetsiz()
|
H A D | ex_vis.h | 76 var short basWLINES; variable
|
H A D | ex_vmain.c | 485 addr = dot + (vcnt - vcline) - 2 + (cnt-1)*basWLINES; 500 addr = dot - vcline + 2 - (cnt-1)*basWLINES;
|
H A D | ex_vget.c | 730 s, basWTOP, basWLINES, WTOP, WBOT, WLINES, WCOLS, WECHO);
|
H A D | ex_vadj.c | 77 WLINES = basWLINES; in vopen()
|