HomeSort by: relevance | last modified time | path
    Searched refs:SIGWINCH (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/luit/dist/
luit.c 461 #ifdef SIGWINCH
481 #ifdef SIGWINCH
482 installHandler(SIGWINCH, sigwinchHandler);
513 #ifdef SIGWINCH
514 installHandler(SIGWINCH, SIG_DFL);
configure 10862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if SIGWINCH is defined" >&5
10863 $as_echo_n "checking if SIGWINCH is defined... " >&6; }
10877 int x = SIGWINCH
10897 int x = SIGWINCH
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for actual SIGWINCH definition" >&5
10918 $as_echo_n "checking for actual SIGWINCH definition... " >&6; }
10940 #if SIGWINCH != $cf_sigwinch
10943 int x = SIGWINCH
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunInit.c 589 (void) OsSignal(SIGWINCH, SIG_IGN);
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunInit.c 637 (void) OsSignal(SIGWINCH, SIG_IGN);
  /xsrc/external/mit/xorg-server.old/dist/os/
utils.c 1208 #ifdef SIGWINCH
1209 sigaddset (&set, SIGWINCH);
  /xsrc/external/mit/xorg-server/dist/os/
utils.c 1321 #ifdef SIGWINCH
1322 sigaddset(&set, SIGWINCH);
  /xsrc/external/mit/xterm/dist/
screen.c 2408 #if defined(SIGWINCH) && defined(TIOCGPGRP)
2414 TRACE(("sending SIGWINCH to process group %d\n", pgrp));
2415 kill_process_group(pgrp, SIGWINCH);
2418 #endif /* SIGWINCH */
configure 4896 echo "$as_me:4896: checking if SIGWINCH is defined" >&5
4897 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6
4912 int x = SIGWINCH; (void)x
4946 int x = SIGWINCH; (void)x
4979 echo "$as_me:4979: checking for actual SIGWINCH definition" >&5
4980 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6
5003 #if SIGWINCH != $cf_sigwinch
5004 #error SIGWINCH is not $cf_sigwinch
5006 int x = SIGWINCH; (void)x
17991 # these are needed to make SIGWINCH work in xter
    [all...]

Completed in 29 milliseconds