Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dcut.h26 struct _text { /* Text: a linked list of lines. */ struct
28 CHAR_T *lb; /* Line buffer. */
29 size_t lb_len; /* Line buffer length. */
30 size_t len; /* Line length. */
33 recno_t lno; /* 1-N: file line. */
36 size_t cno; /* 0-N: file character in line. */
37 size_t ai; /* 0-N: autoindent bytes. */
38 size_t insert; /* 0-N: bytes to insert (push). */
39 size_t offset; /* 0-N: initial, unerasable chars. */
40 size_t owrite; /* 0-N: chars to overwrite. */
[all …]