Searched refs:p_more (Results 1 – 5 of 5) sorted by relevance
1225 if (p_more && !p_cp) in wait_return()1358 int save_p_more = p_more; in hit_return_msg()1360 p_more = FALSE; // don't want see this message when scrolling back in hit_return_msg()1369 p_more = save_p_more; in hit_return_msg()2241 if (p_more) in msg_puts_display()2257 if (p_more && lines_left == 0 && State != HITRETURN in msg_puts_display()2285 if (wrap && p_more && !recurse) in msg_puts_display()2364 if (p_more && !recurse) in msg_puts_display()
767 EXTERN int p_more; // 'more' variable
4951 p_more_save = p_more; in mch_call_shell_fork()4952 p_more = FALSE; in mch_call_shell_fork()5296 p_more = p_more_save; in mch_call_shell_fork()
3663 int save_p_more = p_more; in update_system_term()3665 p_more = FALSE; in update_system_term()3668 p_more = save_p_more; in update_system_term()
1741 (char_u *)&p_more, PV_NONE,