/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | fault.h | 37 #ifndef SIGWINCH 39 # define SIGWINCH SIGWIND macro 42 # define SIGWINCH SIGWINDOW macro
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 146 (void)signal(SIGWINCH, winch); 203 (void)signal(SIGWINCH, winch); in oop() 261 (void)signal(SIGWINCH, SIG_DFL); in oop() 335 (void)signal(SIGWINCH, winch); in vop() 358 (void)signal(SIGWINCH, SIG_DFL); in vop()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_signal.c | 67 if (sig == SIGWINCH || sig == SIGTSTP) { in mdb_signal_sethandler() 68 (void) sigaddset(&act.sa_mask, SIGWINCH); in mdb_signal_sethandler()
|
H A D | mdb_termio.c | 594 (void) mdb_signal_sethandler(SIGWINCH, MDB_SIG_DFL, NULL); in termio_close() 1688 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); in mdb_termio_create() 1955 termio_winch(SIGWINCH, NULL, NULL, td); in termio_widescreen() 2059 (void) mdb_signal_sethandler(SIGWINCH, MDB_SIG_IGN, NULL); in termio_susp() 2076 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); in termio_susp()
|
H A D | mdb_io.c | 263 termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data); in iob_pager() 264 (void) mdb_signal_sethandler(SIGWINCH, iob_winch, &env); in iob_pager() 280 termio_winch(SIGWINCH, NULL, NULL, termio_data); in iob_pager() 340 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data); in iob_pager()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | signal.c | 253 #ifdef SIGWINCH 255 "Window change", "WINCH", SIGWINCH,
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | signals.c | 237 #ifdef SIGWINCH 238 "WINCH", VAL(SIGWINCH,SH_SIGIGNORE), S("Window size change"),
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | siglist | 65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH) 66 0,"WINCH",SIGWINCH,
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | siglist | 65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH) 66 0,"WINCH",SIGWINCH,
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | siglist | 65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH) 66 0,"WINCH",SIGWINCH,
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | siglist | 65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH) 66 0,"WINCH",SIGWINCH,
|
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | powertop.c | 86 case SIGWINCH: in pt_sig_handler() 258 (void) signal(SIGWINCH, pt_sig_handler); in main()
|
/illumos-gate/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 377 (void) sigaction(SIGWINCH, &act, NULL); in main() 390 (void) sigaction(SIGWINCH, &act, NULL); in main() 395 (void) sigaddset(&set, SIGWINCH); in main()
|
/illumos-gate/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 72 #define SIGWINCH 20 /* window size change */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 600 #ifdef SIGWINCH in ed_setup() 601 if(!(shp->sigflag[SIGWINCH]&SH_SIGFAULT)) in ed_setup() 603 signal(SIGWINCH,sh_fault); in ed_setup() 604 shp->sigflag[SIGWINCH] |= SH_SIGFAULT; in ed_setup() 606 pp = shp->st.trapcom[SIGWINCH]; in ed_setup() 607 shp->st.trapcom[SIGWINCH] = 0; in ed_setup() 608 sh_fault(SIGWINCH); in ed_setup() 609 shp->st.trapcom[SIGWINCH] = pp; in ed_setup()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 66 { "WINCH", SIGWINCH },
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 74 #ifdef SIGWINCH in sh_fault() 75 if(sig==SIGWINCH) in sh_fault() 104 if(shp->subshell && trap && sig!=SIGINT && sig!=SIGQUIT && sig!=SIGWINCH && sig!=SIGCONT) in sh_fault()
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 315 signal(SIGWINCH, chgwinsz); in main() 601 (void) signal(SIGWINCH, SIG_IGN); in chgwinsz() 613 (void) signal(SIGWINCH, chgwinsz); in chgwinsz() 1437 signal (SIGWINCH, SIG_IGN); in execute() 1445 signal (SIGWINCH, chgwinsz); in execute()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | signal.h | 104 #define SIGWINCH 28 /* window size changes */ macro
|
/illumos-gate/usr/src/cmd/script/ |
H A D | script.c | 139 sigset(SIGWINCH, sigwinch); in doinput()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 697 (void) signal(SIGWINCH, sendwin); 709 (void) signal(SIGWINCH, sendwin); in sys_telnet_init()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | signal.h | 98 #define SIGWINCH 20 /* window size change */ macro
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 431 (void) signal(SIGWINCH, SIG_IGN); /* if started in a window */ in disable_signals()
|
/illumos-gate/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 189 case SIGWINCH: in intr() 285 (void) sigaction(SIGWINCH, &act, NULL); in setup() 291 (void) sigaddset(&set, SIGWINCH); in setup()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ptem.c | 973 (void) putnextctl1(RD(q), M_SIG, SIGWINCH); in ptioc() 975 (void) putnextctl1(q, M_SIG, SIGWINCH); in ptioc()
|