Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h37 #ifndef SIGWINCH
39 # define SIGWINCH SIGWIND macro
42 # define SIGWINCH SIGWINDOW macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c146 (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 Dmdb_signal.c67 if (sig == SIGWINCH || sig == SIGTSTP) { in mdb_signal_sethandler()
68 (void) sigaddset(&act.sa_mask, SIGWINCH); in mdb_signal_sethandler()
H A Dmdb_termio.c594 (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 Dmdb_io.c263 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 Dsignal.c253 #ifdef SIGWINCH
255 "Window change", "WINCH", SIGWINCH,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dsignals.c237 #ifdef SIGWINCH
238 "WINCH", VAL(SIGWINCH,SH_SIGIGNORE), S("Window size change"),
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsiglist65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH)
66 0,"WINCH",SIGWINCH,
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsiglist65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH)
66 0,"WINCH",SIGWINCH,
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsiglist65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH)
66 0,"WINCH",SIGWINCH,
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsiglist65 #if defined(SIGWINCH) && !defined(HAD_SIGWINCH)
66 0,"WINCH",SIGWINCH,
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c86 case SIGWINCH: in pt_sig_handler()
258 (void) signal(SIGWINCH, pt_sig_handler); in main()
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c377 (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 Dsignal_iso.h72 #define SIGWINCH 20 /* window size change */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c600 #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 Dstr2sig.c66 { "WINCH", SIGWINCH },
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c74 #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 Dmore.c315 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 Dsignal.h104 #define SIGWINCH 28 /* window size changes */ macro
/illumos-gate/usr/src/cmd/script/
H A Dscript.c139 sigset(SIGWINCH, sigwinch); in doinput()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c697 (void) signal(SIGWINCH, sendwin);
709 (void) signal(SIGWINCH, sendwin); in sys_telnet_init()
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h98 #define SIGWINCH 20 /* window size change */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c431 (void) signal(SIGWINCH, SIG_IGN); /* if started in a window */ in disable_signals()
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c189 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 Dptem.c973 (void) putnextctl1(RD(q), M_SIG, SIGWINCH); in ptioc()
975 (void) putnextctl1(q, M_SIG, SIGWINCH); in ptioc()

12