Searched defs:vdepth (Results 1 - 2 of 2) 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_vis.h102 short vdepth; /* Depth of displayed line */ /* was char */ member in struct:vlinfo
107 #define DEPTH(c) (vlinfo[c].vdepth)

Completed in 46 milliseconds