Searched refs:vliny (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c106 vpc->vliny = p, vpc->vdepth = 0, vpc->vflags = 0;
124 vp->vliny = p, vp->vflags &= ~VDIRT;
146 if (state == VISUAL && l == vcline && vp->vliny < 0) {
147 vp->vliny = 0;
166 if (vp->vliny + d - 1 > WBOT)
190 if (vp->vliny + d > destline) {
192 vigoto(vp->vliny + d - 1, 0);
213 int p = vp->vliny;
218 need = p + vp->vdepth - (vp+1)->vliny;
226 vp->vliny
[all...]
H A Dex_vis.h101 short vliny; /* Y coordinate */ /* was char */ member in struct:vlinfo
108 #define LINE(c) (vlinfo[c].vliny)
294 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)
H A Dex_voper.c218 if (vlinfo[i].vliny >= mouse_y)
229 (vlinfo[i].vliny -

Completed in 60 milliseconds