Lines Matching refs:mp_last
2813 msgchunk_T *mp_last = NULL; in do_more_prompt() local
2827 mp_last = msg_sb_start(last_msgchunk); in do_more_prompt()
2828 for (i = 0; i < Rows - 2 && mp_last != NULL 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()
2992 mp_last = msg_sb_start(last_msgchunk); 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()
3026 mp_last = disp_sb_line((int)Rows - 2, mp_last); in do_more_prompt()