Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvi.h200 typedef struct _smap { struct
201 db_recno_t lno; /* 1-N: Physical file line number. */
202 size_t coff; /* 0-N: Column offset in the line. */
203 size_t soff; /* 1-N: Screen offset in the line. */
206 size_t c_sboff; /* 0-N: offset of first character on screen. */
207 size_t c_eboff; /* 0-N: offset of last character on screen. */
208 u_int8_t c_scoff; /* 0-N: offset into the first character. */
210 u_int8_t c_eclen; /* 1-N: columns from the last character. */
211 u_int8_t c_ecsize; /* 1-N: size of the last character. */