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. */
43 FREF *frp; /* FREF being edited. */
45 char **cargv; /* Current file name. */
47 u_long ccnt; /* Command count. */
60 recno_t lno; /* 1-N: file line. */
86 enum { /* Vi editor mode. */
88 SM_REPLACE } showmode;
[all …]