Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vis.h98 struct vlinfo { struct
103 var struct vlinfo vlinfo[TUBELINES + 2]; argument
105 #define DEPTH(c) (vlinfo[c].vdepth)
106 #define LINE(c) (vlinfo[c].vliny)
107 #define FLAGS(c) (vlinfo[c].vflags)
292 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)
H A Dex_vadj.c57 struct vlinfo *vp, *vpc; in vopen()
79 vpc = &vlinfo[vcline]; in vopen()
80 for (vp = &vlinfo[vcnt]; vp >= vpc; vp--) in vopen()
119 struct vlinfo *vp = &vlinfo[l]; in vreopen()
211 struct vlinfo *vp = &vlinfo[l]; in vglitchup()
332 struct vlinfo *vc = &vlinfo[l + 1]; in vopenup()
333 struct vlinfo *ve = &vlinfo[vcnt]; in vopenup()
519 vlcopy(vlinfo[i], vlinfo[i + j]); in vscrap()
861 struct vlinfo *vp = &vlinfo[0]; in vsync1()
1030 vlcopy(vlinfo[to], vlinfo[from]); in vreplace()
[all …]
H A Dex_voper.c218 if (vlinfo[i].vliny >= mouse_y) in operate()
227 if (vlinfo[i - 1].vdepth > 1) { in operate()
229 (vlinfo[i].vliny - in operate()
230 (vlinfo[i - 1].vdepth - 1))); in operate()