Searched refs:vdepth (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c207 addr = vback(addr, basWLINES - vdepth());
212 top = vback(addr, basWLINES - vdepth());
217 top = vback(addr, basWLINES / 2 - vdepth());
335 d = vdepth();
355 j += vdepth();
459 vdepth(void) function
466 tfixnl(), fprintf(trace, "vdepth returns %d\n", d == 0 ? 1 : d);
H A Dex_vadj.c97 cnt = p + vdepth() - LINE(1);
106 vpc->vliny = p, vpc->vdepth = 0, vpc->vflags = 0;
121 d = vp->vdepth;
123 vp->vdepth = d = vdepth();
177 if (vdepth() > 1) {
218 need = p + vp->vdepth - (vp+1)->vliny;
241 vp[1].vliny = vp[0].vliny + vp->vdepth;
358 int i = vc->vliny + vc->vdepth;
707 DEPTH(l) = vdepth();
[all...]
H A Dex_vis.h102 short vdepth; /* Depth of displayed line */ /* was char */ member in struct:vlinfo
107 #define DEPTH(c) (vlinfo[c].vdepth)
H A Dex_voper.c227 if (vlinfo[i - 1].vdepth > 1) {
230 (vlinfo[i - 1].vdepth - 1)));

Completed in 90 milliseconds