Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex_vis.h71 struct vlinfo { struct
76 var struct vlinfo vlinfo[TUBELINES + 2]; argument
78 #define DEPTH(c) (vlinfo[c].vdepth)
79 #define LINE(c) (vlinfo[c].vliny)
80 #define FLAGS(c) (vlinfo[c].vflags)
259 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)
H A Dex_vadj.c37 register struct vlinfo *vp, *vpc;
59 vpc = &vlinfo[vcline];
60 for (vp = &vlinfo[vcnt]; vp >= vpc; vp--)
99 register struct vlinfo *vp = &vlinfo[l];
185 register struct vlinfo *vp = &vlinfo[l];
308 register struct vlinfo *vc = &vlinfo[l + 1];
309 register struct vlinfo *ve = &vlinfo[vcnt];
490 vlcopy(vlinfo[i], vlinfo[i + j]); in vscrap()
828 register struct vlinfo *vp = &vlinfo[0];
998 vlcopy(vlinfo[to], vlinfo[from]);
[all …]