HomeSort by relevance Sort by last modified time
    Searched refs:SIGWINCH (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 749 #ifdef SIGWINCH
750 x = PyInt_FromLong(SIGWINCH);
751 PyDict_SetItemString(d, "SIGWINCH", x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 741 #ifdef SIGWINCH
742 x = PyInt_FromLong(SIGWINCH);
743 PyDict_SetItemString(d, "SIGWINCH", x);
  /external/e2fsprogs/ext2ed/
init.c 452 signal (SIGWINCH, signal_SIGWINCH_handler); /* Catch SIGWINCH */
464 signal (SIGWINCH, signal_SIGWINCH_handler);
  /external/python/cpython2/Modules/
readline.c 838 PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
946 sigwinch_ohandler = PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
1037 /* Update readline's view of the window size after SIGWINCH */
    [all...]
signalmodule.c 748 #ifdef SIGWINCH
749 x = PyInt_FromLong(SIGWINCH);
750 PyDict_SetItemString(d, "SIGWINCH", x);
  /external/mksh/src/
main.c 54 #ifdef SIGWINCH
574 #ifdef SIGWINCH
575 sigtraps[SIGWINCH].flags |= TF_SHELL_USES;
576 setsig(&sigtraps[SIGWINCH], x_sigwinch,
    [all...]
funcs.c     [all...]
var.c     [all...]
  /external/libedit/src/
el.c 593 (void) sigaddset(&nset, SIGWINCH);
read.c 329 case SIGWINCH:
terminal.c 868 (void) sigaddset(&nset, SIGWINCH);
    [all...]
  /build/soong/ui/build/
kati.go 140 // get SIGWINCH if it ever becomes too time consuming.
  /external/python/cpython3/Modules/
readline.c 993 PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
1131 sigwinch_ohandler = PyOS_setsig(SIGWINCH, readline_sigwinch_handler);
    [all...]
signalmodule.c     [all...]
  /system/core/adb/
commandline.cpp 475 // Unblock SIGWINCH for this thread, so our read(2) below will be
479 sigaddset(&mask, SIGWINCH);
649 sigaction(SIGWINCH, &sa, nullptr);
651 // Now block SIGWINCH in this thread (the main thread) and all threads spawned
656 sigaddset(&mask, SIGWINCH);
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 97 SIGWINCH = 20
  /external/toybox/toys/posix/
ps.c     [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 70 SIGCHLD, SIGCONT, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGWINCH,
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 70 SIGCHLD, SIGCONT, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGWINCH,
  /external/valgrind/include/vki/
vki-darwin.h 498 #define VKI_SIGWINCH SIGWINCH
vki-solaris.h 1091 #define VKI_SIGWINCH SIGWINCH /* 20 */
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 457 public static final int SIGWINCH = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 470 SIGWINCH = 20
STROPTS.py 467 SIGWINCH = 20
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 505 initConstant(env, c, "SIGWINCH", SIGWINCH);
    [all...]

Completed in 811 milliseconds

1 2 34 5 6 7