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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vis.h100 struct vlinfo { struct
105 var struct vlinfo vlinfo[TUBELINES + 2]; variable in typeref:struct:vlinfo
107 #define DEPTH(c) (vlinfo[c].vdepth)
108 #define LINE(c) (vlinfo[c].vliny)
109 #define FLAGS(c) (vlinfo[c].vflags)
114 * Hacks to copy vlinfo structures around
294 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)
H A Dex_vadj.c57 struct vlinfo *vp, *vpc;
79 vpc = &vlinfo[vcline];
80 for (vp = &vlinfo[vcnt]; vp >= vpc; vp--)
119 struct vlinfo *vp = &vlinfo[l];
211 struct vlinfo *vp = &vlinfo[l];
332 struct vlinfo *vc = &vlinfo[l + 1];
333 struct vlinfo *v
[all...]
H A Dex_voper.c218 if (vlinfo[i].vliny >= mouse_y)
227 if (vlinfo[i - 1].vdepth > 1) {
229 (vlinfo[i].vliny -
230 (vlinfo[i - 1].vdepth - 1)));

Completed in 61 milliseconds