OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGWINCH
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/distrib/utils/more/
signal.c
66
#if defined(
SIGWINCH
) || defined(SIGWIND)
89
#ifdef
SIGWINCH
97
(void)signal(
SIGWINCH
, winch);
142
#ifdef
SIGWINCH
143
(void)signal(
SIGWINCH
, winch);
158
#ifdef
SIGWINCH
159
(void)signal(
SIGWINCH
, SIG_IGN);
os.c
154
#if defined(
SIGWINCH
) || defined(SIGWIND)
159
winch(
SIGWINCH
);
/src/sys/compat/linux/arch/arm/
linux_sigarray.c
63
SIGWINCH
,
/src/sys/compat/linux/arch/m68k/
linux_sigarray.c
63
SIGWINCH
,
/src/lib/librumpuser/
rumpuser_sigtrans.c
109
#ifdef
SIGWINCH
110
case 28 : return
SIGWINCH
;
/src/lib/libedit/
sig.h
56
_DO(
SIGWINCH
)
sig.c
92
case
SIGWINCH
:
el.c
631
(void) sigaddset(&nset,
SIGWINCH
);
read.c
295
case
SIGWINCH
:
/src/sys/compat/linux/arch/alpha/
linux_sigarray.c
63
SIGWINCH
,
/src/sys/compat/linux/arch/mips/
linux_sigarray.c
58
SIGWINCH
, /* 20 */
/src/sys/compat/linux/arch/powerpc/
linux_sigarray.c
63
SIGWINCH
,
/src/sys/compat/linux/arch/amd64/
linux_sigarray.c
65
SIGWINCH
, /* 28 */
/src/sys/compat/linux/arch/i386/
linux_sigarray.c
63
SIGWINCH
, /* 28 */
/src/lib/libcurses/
tstp.c
77
(void)sigaddset(&set,
SIGWINCH
);
173
sigaction(
SIGWINCH
, &sa, &owsa);
192
sigaction(
SIGWINCH
, NULL, &cwsa);
194
sigaction(
SIGWINCH
, &owsa, NULL);
262
/* Reset the curses SIGTSTP and
SIGWINCH
signal handlers. */
/src/sys/compat/linux/arch/aarch64/
linux_sigarray.c
58
/* 28 */ [LINUX_SIGWINCH] =
SIGWINCH
,
/src/bin/ed/
main.c
161
#ifdef
SIGWINCH
162
handle_winch(
SIGWINCH
);
163
if (isatty(0)) signal(
SIGWINCH
, handle_winch);
/src/sys/sys/
signal.h
80
#define
SIGWINCH
28 /* window size changes */
/src/bin/ksh/
edit.c
55
# ifdef
SIGWINCH
56
if (setsig(&sigtraps[
SIGWINCH
], x_sigwinch, SS_RESTORE_ORIG|SS_SHTRAP))
57
sigtraps[
SIGWINCH
].flags |= TF_SHELL_USES;
58
# endif /*
SIGWINCH
*/
/src/games/boggle/boggle/
mach.c
569
* Should handle
SIGWINCH
...
577
signal(
SIGWINCH
, winch_catcher);
621
(void) signal(
SIGWINCH
, winch_catcher);
/src/sbin/fsck_ffs/
main.c
305
(void)signal(
SIGWINCH
, progress_ttywidth);
/src/usr.bin/telnet/
sys_bsd.c
528
(void) signal(
SIGWINCH
, sendwin);
/src/games/worms/
worms.c
475
(void)signal(
SIGWINCH
, onsig);
/src/usr.sbin/tprof/
tprof_top.c
258
signal(
SIGWINCH
, SIG_DFL);
727
signal(
SIGWINCH
, sigwinch_handler);
/src/usr.bin/rlogin/
rlogin.c
119
static void
sigwinch
(int);
400
sa.sa_handler =
sigwinch
;
402
(void)sigaction(
SIGWINCH
, &sa, NULL);
532
sigwinch
(0); /* check for size changes */
536
sigwinch
(int signo)
function
Completed in 29 milliseconds
1
2
Indexes created Sat Feb 21 01:20:28 UTC 2026