Symbol: SIGWINCH
bin/ed/main.c
136
#ifdef SIGWINCH
bin/ed/main.c
137
handle_winch(SIGWINCH);
bin/ed/main.c
138
if (isatty(0)) signal(SIGWINCH, handle_winch);
crypto/libressl/crypto/ui/ui_openssl.c
377
signal(SIGWINCH, SIG_DFL);
crypto/openssh/clientloop.c
1515
ssh_signal(SIGWINCH, window_change_handler);
crypto/openssh/clientloop.c
1640
ssh_signal(SIGWINCH, SIG_DFL);
crypto/openssh/mux.c
1999
ssh_signal(SIGWINCH, control_client_sigrelay);
crypto/openssh/mux.c
2198
ssh_signal(SIGWINCH, control_client_sigrelay);
crypto/openssh/progressmeter.c
263
ssh_signal(SIGWINCH, sig_winch);
games/boggle/boggle/mach.c
606
signal(SIGWINCH, winch_catcher);
games/boggle/boggle/mach.c
650
signal(SIGWINCH, winch_catcher);
lib/libc/gen/siglist.c
136
[SIGWINCH] = "Window size changes",
lib/libc/gen/siglist.c
66
[SIGWINCH] = "WINCH",
sys/dev/misc/syscons/scvidctl.c
178
pgsignal(tp->t_pgrp, SIGWINCH, 1);
sys/dev/misc/syscons/scvidctl.c
254
pgsignal(tp->t_pgrp, SIGWINCH, 1);
sys/dev/misc/syscons/scvidctl.c
413
pgsignal(tp->t_pgrp, SIGWINCH, 1);
sys/dev/misc/syscons/scvidctl.c
961
pgsignal(tp->t_pgrp, SIGWINCH, 1);
sys/kern/tty.c
1242
pgsignal(tp->t_pgrp, SIGWINCH, 1);
sys/platform/vkernel64/platform/console.c
286
pgsignal(vconsole->cn_dev->si_tty->t_pgrp, SIGWINCH, 1);
sys/platform/vkernel64/platform/console.c
381
sigaction(SIGWINCH, &sa, NULL);
sys/platform/vkernel64/platform/machintr.c
208
sigmask(SIGUSR1)|sigmask(SIGTERM)|sigmask(SIGWINCH)|
sys/platform/vkernel64/x86_64/exception.c
126
sigaddset(&ss, SIGWINCH);
sys/vfs/procfs/procfs_ctl.c
98
{ "winch", SIGWINCH }, { "info", SIGINFO },
usr.bin/mail/main.c
224
if (signal(SIGWINCH, setscreensize) == SIG_ERR)
usr.bin/telnet/sys_bsd.c
851
#ifdef SIGWINCH
usr.bin/telnet/sys_bsd.c
881
#ifdef SIGWINCH
usr.bin/telnet/sys_bsd.c
882
(void) signal(SIGWINCH, sendwin);
usr.bin/top/top.c
203
#ifdef SIGWINCH
usr.bin/top/top.c
229
#ifdef SIGWINCH
usr.bin/top/top.c
230
sigaddset(&signalset, SIGWINCH);
usr.bin/top/top.c
240
#ifdef SIGWINCH
usr.bin/top/top.c
241
sighold(SIGWINCH);
usr.bin/top/top.c
248
#ifdef SIGWINCH
usr.bin/top/top.c
250
sigmask(SIGTSTP) | sigmask(SIGWINCH));
usr.bin/top/top.c
266
#ifdef SIGWINCH
usr.bin/top/top.c
267
(void) set_signal(SIGWINCH, sig_winch);
usr.bin/top/top.c
283
#ifdef SIGWINCH
usr.bin/top/top.c
284
sigrelse(SIGWINCH);
usr.sbin/sliplogin/sliplogin.c
277
case SIGWINCH: return("WINCH");