Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dscreen.h31 struct _scr { struct
35 int id; /* Screen id #. */
36 int refcnt; /* Reference count. */
38 GS *gp; /* Pointer to global area. */
39 SCR *nextdisp; /* Next display screen. */
40 SCR *ccl_parent; /* Colon command-line parent screen. */
41 EXF *ep; /* Screen's current EXF structure. */
43 FREF *frp; /* FREF being edited. */
44 char **argv; /* NULL terminated file name array. */
45 char **cargv; /* Current file name. */
[all …]