Home
last modified time | relevance | path

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

1234

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c83 #ifdef SIGWINCH in signal_name()
84 case SIGWINCH: in signal_name()
178 (void) sigaddset(&mask, SIGWINCH); in handle_SIGTSTP()
294 pthread_kill(_nc_globals.read_thread, SIGWINCH); in handle_SIGWINCH()
316 #ifdef SIGWINCH in CatchIfDefault()
317 if (sig != SIGWINCH) in CatchIfDefault()
327 || (sig == SIGWINCH && old_act.sa_handler == SIG_IGN) in CatchIfDefault()
342 || (sig == SIGWINCH && ohandler == SIG_IGN) in CatchIfDefault()
404 CatchIfDefault(SIGWINCH, handle_SIGWINCH); in _nc_signal_handler()
/freebsd/contrib/less/
H A Dsignal.c89 #ifdef SIGWINCH
90 #define SIG_LESSWINDOW SIGWINCH
159 #ifdef SIGWINCH in init_signals()
160 (void) LSIGNAL(SIGWINCH, winch); in init_signals()
184 #ifdef SIGWINCH in init_signals()
185 (void) LSIGNAL(SIGWINCH, SIG_IGN); in init_signals()
H A Dlsystem.c224 #if defined(SIGWINCH) || defined(SIGWIND) in lsystem()
357 #if defined(SIGWINCH) || defined(SIGWIND) in pipe_data()
/freebsd/contrib/nvi/cl/
H A Dcl_main.c295 #ifdef SIGWINCH in sig_init()
297 sigaddset(&__sigblockset, SIGWINCH) || in sig_init()
298 setsig(SIGWINCH, &clp->oact[INDX_WINCH], h_winch) in sig_init()
308 #ifdef SIGWINCH in sig_init()
310 setsig(SIGWINCH, NULL, h_winch) in sig_init()
353 #ifdef SIGWINCH in sig_end()
354 (void)sigaction(SIGWINCH, NULL, &clp->oact[INDX_WINCH]); in sig_end()
/freebsd/lib/libc/gen/
H A Dsiglist.c63 [SIGWINCH] = "WINCH",
98 [SIGWINCH] = "Window size changes",
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d80 inline int SIGWINCH = 28; variable
81 #pragma D binding "1.0" SIGWINCH
122 signal == SIGWINCH ? "SIGWINCH" :
/freebsd/contrib/tcsh/
H A Dtc.sig.h104 #ifdef SIGWINCH
105 # define SIG_WINDOW SIGWINCH
H A Dsh.init.c639 #ifdef SIGWINCH in mesginit()
640 if (mesg[SIGWINCH].pname == NULL) { in mesginit()
641 mesg[SIGWINCH].iname = "WINCH"; in mesginit()
642 mesg[SIGWINCH].pname = CSAVS(2, 56, "Window size changed"); in mesginit()
/freebsd/contrib/libedit/
H A Dsig.h56 _DO(SIGWINCH)
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h41 #define SIGWINCH 28 macro
/freebsd/lib/libsysdecode/
H A Dsignal.c60 [SIGWINCH] = "SIGWINCH",
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg241 $ SIGWINCH
H A Dmn_MN.UTF-8.msg241 $ SIGWINCH
H A Duk_UA.UTF-8.msg251 $ SIGWINCH
H A Del_GR.ISO8859-7.msg241 $ SIGWINCH
H A Dru_RU.KOI8-R.msg258 $ SIGWINCH
H A Dko_KR.UTF-8.msg251 $ SIGWINCH
H A Dja_JP.UTF-8.msg251 $ SIGWINCH
H A Dja_JP.eucJP.msg251 $ SIGWINCH
H A Dko_KR.eucKR.msg251 $ SIGWINCH
H A Dzh_CN.UTF-8.msg251 $ SIGWINCH
H A Dzh_CN.GB18030.msg253 $ SIGWINCH
/freebsd/usr.bin/script/
H A Dscript.c283 sigaction(SIGWINCH, &sa, NULL); in main()
286 sigaddset(&smask, SIGWINCH); in main()
292 sigdelset(&selmask, SIGWINCH); in main()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c700 #ifdef SIGWINCH
730 #ifdef SIGWINCH in sys_telnet_init()
731 signal(SIGWINCH, sendwin); in sys_telnet_init()
/freebsd/sys/sys/
H A Drctl.h122 #define RCTL_ACTION_SIGWINCH SIGWINCH

1234