Home
last modified time | relevance | path

Searched defs:_scr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Dscreen.h89 struct _scr { struct
94 int id; /* Screen id #. */
95 int refcnt; /* Reference count. */
97 WIN *wp; /* Pointer to window. */
98 GS *gp; /* Pointer to global area. */
99 SCR *nextdisp; /* Next display screen. */
100 SCR *ccl_parent; /* Colon command-line parent screen. */
101 EXF *ep; /* Screen's current EXF structure. */
103 CHAR_T *c_lp; /* Cached line. */
104 size_t c_len; /* Cached line length. */
[all …]