Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/vi/
H A Dvi.h197 typedef struct _smap { struct
198 recno_t lno; /* 1-N: Physical file line number. */
199 size_t coff; /* 0-N: Column offset in the line. */
200 size_t soff; /* 1-N: Screen offset in the line. */
203 size_t c_sboff; /* 0-N: offset of first character on screen. */
204 size_t c_eboff; /* 0-N: offset of last character on screen. */
205 u_int8_t c_scoff; /* 0-N: offset into the first character. */
207 u_int8_t c_eclen; /* 1-N: columns from the last character. */
208 u_int8_t c_ecsize; /* 1-N: size of the last character. */