Home
last modified time | relevance | path

Searched refs:sb_eol (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dmessage.c2463 char sb_eol; // TRUE when line ends after this text member
2508 mp->sb_eol = finish; in store_sb_text()
2528 last_msgchunk->sb_eol = TRUE; in store_sb_text()
2618 while (mp != NULL && mp->sb_prev != NULL && !mp->sb_prev->sb_eol) in msg_sb_start()
2630 last_msgchunk->sb_eol = TRUE; in msg_sb_eol()
2651 if (mp->sb_eol || mp->sb_next == NULL) in disp_sb_line()