Home
last modified time | relevance | path

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

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