Home
last modified time | relevance | path

Searched refs:SIGWINCH (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.c96 # ifdef SIGWINCH
97 # undef SIGWINCH
105 # define SIGWINCH SIGWINDOW macro
161 #if defined(SIGWINCH)
312 #ifdef SIGWINCH
313 {SIGWINCH, "WINCH", FALSE},
848 #if defined(SIGWINCH)
853 signal(SIGWINCH, (RETSIGTYPE (*)())sig_winch); in SIGDEFARG()
1353 #if defined(SIGWINCH) in set_signals()
5950 #ifdef SIGWINCH in mch_signal_job()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dc.vim357 syn keyword cConstant SIGWINCH SIGINFO
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt1594 When two SIGWINCH arrive very quickly, the second one may be lost.
H A Dversion5.txt6906 Problem: GTK GUI: Starting the GUI could be interrupted by a SIGWINCH.
H A Dversion7.txt17687 SIGWINCH to cscope and it quits.
H A Dversion8.txt19259 Solution: Use ioctl() and SIGWINCH to report the terminal size.