Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c2813 msgchunk_T *mp_last = NULL; in do_more_prompt() local
2827 mp_last = msg_sb_start(last_msgchunk); in do_more_prompt()
2829 && mp_last->sb_prev != NULL; ++i) in do_more_prompt()
2830 mp_last = msg_sb_start(mp_last->sb_prev); in do_more_prompt()
2971 if (mp_last == NULL) in do_more_prompt()
2973 else if (mp_last->sb_prev != NULL) in do_more_prompt()
2974 mp = msg_sb_start(mp_last->sb_prev); in do_more_prompt()
2991 if (mp_last == NULL) in do_more_prompt()
2994 mp_last = msg_sb_start(mp_last->sb_prev); in do_more_prompt()
3019 while (toscroll > 0 && mp_last != NULL) in do_more_prompt()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5122 mp_last when deciding to show the more prompt. (Martin Toft)