Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c2513 if (last_msgchunk == NULL) in store_sb_text()
2515 last_msgchunk = mp; in store_sb_text()
2520 mp->sb_prev = last_msgchunk; in store_sb_text()
2521 last_msgchunk->sb_next = mp; in store_sb_text()
2522 last_msgchunk = mp; in store_sb_text()
2528 last_msgchunk->sb_eol = TRUE; in store_sb_text()
2574 lastp = &last_msgchunk; in clear_sb_text()
2577 if (last_msgchunk == NULL) in clear_sb_text()
2579 lastp = &last_msgchunk->sb_prev; in clear_sb_text()
2629 if (last_msgchunk != NULL) in msg_sb_eol()
[all …]