Lines Matching refs:msg_scroll
495 save_msg_scroll = msg_scroll; in do_exmode()
512 msg_scroll = TRUE; in do_exmode()
564 msg_scroll = save_msg_scroll; in do_exmode()
984 msg_scroll = TRUE; // put messages below each other in do_cmdline()
1349 msg_scroll = FALSE; in do_cmdline()
3127 cmod->cmod_save_msg_scroll = msg_scroll; in apply_cmdmod()
3192 msg_scroll = cmod->cmod_save_msg_scroll; in undo_cmdmod()
6303 int save_msg_scroll = msg_scroll; in handle_drop_internal()
6351 msg_scroll = save_msg_scroll; in handle_drop_internal()
6694 msg_scroll = TRUE; in ex_tabs()
6894 int ms = msg_scroll; in do_exedit()
6910 msg_scroll = 0; in do_exedit()
6922 msg_scroll = ms; in do_exedit()
8321 sst->save_msg_scroll = msg_scroll; in save_current_state()
8330 msg_scroll = FALSE; // no msg scrolling in Normal mode in save_current_state()
8352 msg_scroll = sst->save_msg_scroll; in restore_current_state()