Symbol: SIGWINCH
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
894
(void) sigset(SIGWINCH, sigwinch);
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
910
mask = sigblock(sigmask(SIGWINCH));
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
697
(void) signal(SIGWINCH, sendwin);
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
709
(void) signal(SIGWINCH, sendwin);
usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ipmpstat.c
1122
assert(sig == SIGWINCH);
usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ipmpstat.c
277
(void) sigset(SIGWINCH, sighandler);
usr/src/cmd/intrstat/intrstat.c
377
(void) sigaction(SIGWINCH, &act, NULL);
usr/src/cmd/intrstat/intrstat.c
390
(void) sigaction(SIGWINCH, &act, NULL);
usr/src/cmd/intrstat/intrstat.c
395
(void) sigaddset(&set, SIGWINCH);
usr/src/cmd/ipf/tools/ipfstat.c
1192
signal(SIGWINCH, sig_resize);
usr/src/cmd/latencytop/display.c
728
(void) signal(SIGWINCH, on_resize);
usr/src/cmd/lp/cmd/lpsched/lpsched.c
431
(void) signal(SIGWINCH, SIG_IGN); /* if started in a window */
usr/src/cmd/mdb/common/mdb/mdb_io.c
266
termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data);
usr/src/cmd/mdb/common/mdb/mdb_io.c
267
(void) mdb_signal_sethandler(SIGWINCH, iob_winch, &env);
usr/src/cmd/mdb/common/mdb/mdb_io.c
283
termio_winch(SIGWINCH, NULL, NULL, termio_data);
usr/src/cmd/mdb/common/mdb/mdb_io.c
343
(void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data);
usr/src/cmd/mdb/common/mdb/mdb_signal.c
67
if (sig == SIGWINCH || sig == SIGTSTP) {
usr/src/cmd/mdb/common/mdb/mdb_signal.c
68
(void) sigaddset(&act.sa_mask, SIGWINCH);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1688
(void) mdb_signal_sethandler(SIGWINCH, termio_winch, td);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
1955
termio_winch(SIGWINCH, NULL, NULL, td);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
2059
(void) mdb_signal_sethandler(SIGWINCH, MDB_SIG_IGN, NULL);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
2076
(void) mdb_signal_sethandler(SIGWINCH, termio_winch, td);
usr/src/cmd/mdb/common/mdb/mdb_termio.c
594
(void) mdb_signal_sethandler(SIGWINCH, MDB_SIG_DFL, NULL);
usr/src/cmd/more/more.c
1437
signal (SIGWINCH, SIG_IGN);
usr/src/cmd/more/more.c
1445
signal (SIGWINCH, chgwinsz);
usr/src/cmd/more/more.c
315
signal(SIGWINCH, chgwinsz);
usr/src/cmd/more/more.c
601
(void) signal(SIGWINCH, SIG_IGN);
usr/src/cmd/more/more.c
613
(void) signal(SIGWINCH, chgwinsz);
usr/src/cmd/powertop/common/display.c
164
(void) signal(SIGWINCH, pt_sig_handler);
usr/src/cmd/powertop/common/powertop.c
258
(void) signal(SIGWINCH, pt_sig_handler);
usr/src/cmd/powertop/common/powertop.c
86
case SIGWINCH:
usr/src/cmd/prstat/prstat.c
1324
case SIGWINCH: sigwinch = 1;
usr/src/cmd/prstat/prstat.c
1339
(void) signal(SIGWINCH, sig_handler);
usr/src/cmd/prstat/prstat.c
1664
(void) signal(SIGWINCH, sig_handler);
usr/src/cmd/script/script.c
139
sigset(SIGWINCH, sigwinch);
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
231
case SIGWINCH:
usr/src/cmd/trapstat/sun4/trapstat.c
189
case SIGWINCH:
usr/src/cmd/trapstat/sun4/trapstat.c
285
(void) sigaction(SIGWINCH, &act, NULL);
usr/src/cmd/trapstat/sun4/trapstat.c
291
(void) sigaddset(&set, SIGWINCH);
usr/src/cmd/vi/port/ex_v.c
146
(void)signal(SIGWINCH, winch);
usr/src/cmd/vi/port/ex_v.c
203
(void)signal(SIGWINCH, winch);
usr/src/cmd/vi/port/ex_v.c
261
(void)signal(SIGWINCH, SIG_DFL);
usr/src/cmd/vi/port/ex_v.c
335
(void)signal(SIGWINCH, winch);
usr/src/cmd/vi/port/ex_v.c
358
(void)signal(SIGWINCH, SIG_DFL);
usr/src/cmd/ypcmd/yppasswd/yppasswdd.c
361
signal(SIGWINCH, SIG_IGN);
usr/src/cmd/zlogin/zlogin.c
1976
(void) sigset(SIGWINCH, sigwinch);
usr/src/cmd/zlogin/zlogin.c
2271
(void) sigset(SIGWINCH, sigwinch);
usr/src/grub/grub-0.97/grub/asmstub.c
182
signal (SIGWINCH, SIG_IGN);
usr/src/lib/libc/port/gen/str2sig.c
66
{ "WINCH", SIGWINCH },
usr/src/lib/libtecla/common/getline.c
3421
#ifdef SIGWINCH
usr/src/lib/libtecla/common/getline.c
3422
if(signo == SIGWINCH && _gl_update_size(gl))
usr/src/lib/libtecla/common/getline.c
629
#ifdef SIGWINCH
usr/src/lib/libtecla/common/getline.c
630
{SIGWINCH, GLS_RESTORE_ENV, GLS_CONTINUE, GLSA_SIZE|GLSA_IGN, 0},
usr/src/uts/common/io/ptem.c
973
(void) putnextctl1(RD(q), M_SIG, SIGWINCH);
usr/src/uts/common/io/ptem.c
975
(void) putnextctl1(q, M_SIG, SIGWINCH);
usr/src/uts/common/io/tty_common.c
217
(void) putnextctl1(RD(q), M_PCSIG, SIGWINCH);
usr/src/uts/common/io/tty_pts.c
758
(void) putnextctl1(RD(q), M_PCSIG, SIGWINCH);
usr/src/uts/common/io/tty_pty.c
868
(void) putctl1(q, M_PCSIG, SIGWINCH);
usr/src/uts/common/os/sig.c
78
|sigmask(SIGWINCH)|sigmask(SIGURG)|sigmask(SIGWAITING)),