Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/common/
HDscreen.h33 struct _scr { struct
37 int id; /* Screen id #. */
38 int refcnt; /* Reference count. */
40 GS *gp; /* Pointer to global area. */
41 SCR *nextdisp; /* Next display screen. */
42 SCR *ccl_parent; /* Colon command-line parent screen. */
43 EXF *ep; /* Screen's current EXF structure. */
45 FREF *frp; /* FREF being edited. */
46 char **argv; /* NULL terminated file name array. */
47 char **cargv; /* Current file name. */
[all …]