Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro55 int swapping_screen(void);
/vim-8.2.3635/src/
H A Dex_cmds.c1425 if (!swapping_screen()) in do_shell()
1436 if (!swapping_screen()) in do_shell()
1477 if (swapping_screen()) in do_shell()
H A Dmessage.c1326 if (swapping_screen() && !termcap_active) in wait_return()
2703 || (swapping_screen() && !termcap_active) in msg_use_printf()
H A Dos_unix.c3420 if (swapping_screen() && !newline_on_exit) in mch_exit()
3431 if (!swapping_screen() || newline_on_exit) in mch_exit()
H A Dterm.c3934 swapping_screen(void) in swapping_screen() function