Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/vi/common/
H A Dscreen.h35 struct _scr { struct
39 int id; /* Screen id #. */
40 int refcnt; /* Reference count. */
42 GS *gp; /* Pointer to global area. */
43 SCR *nextdisp; /* Next display screen. */
44 SCR *ccl_parent; /* Colon command-line parent screen. */
45 EXF *ep; /* Screen's current EXF structure. */
47 FREF *frp; /* FREF being edited. */
48 char **argv; /* NULL terminated file name array. */
49 char **cargv; /* Current file name. */
[all …]