HomeSort by relevance Sort by last modified time
    Searched full:isig (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 156 ISIG = 0000001
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 156 ISIG = 0000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 179 #define ISIG 0000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 179 #define ISIG 0000001
  /external/libedit/src/
tty.c 71 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
79 {"lflag:", ISIG,
89 {"lflag:", 0, ISIG | IEXTEN},
313 #ifdef ISIG
314 {"isig", ISIG, MD_LIN},
315 #endif /* ISIG */
    [all...]
  /external/python/cpython2/Modules/
termios.c 512 {"ISIG", ISIG},
  /external/python/cpython3/Modules/
termios.c 542 {"ISIG", ISIG},
  /external/toybox/lib/
interestingtimes.c 109 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
termios.so 
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 68 buf.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG);
  /external/toybox/toys/pending/
getty.c 162 TT.termios.c_lflag |= ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOKE;
init.c 92 terminal.c_lflag = IEXTEN|ECHOKE|ECHOCTL|ECHOK|ECHOE|ECHO|ICANON|ISIG;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 676 ISIG = 0x1
ztypes_linux_amd64.go 694 ISIG = 0x1
ztypes_linux_arm.go 665 ISIG = 0x1
zerrors_darwin_386.go 614 ISIG = 0x80
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 676 ISIG = 0x1
ztypes_linux_amd64.go 694 ISIG = 0x1
ztypes_linux_arm.go 665 ISIG = 0x1
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 305 termios.c_lflag = ISIG|ICANON|IEXTEN|ECHO|ECHOE|ECHOK;
333 /* Restore the ISIG signals back to defaults */
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
miniterm.py 128 new[3] = new[3] & ~termios.ICANON & ~termios.ECHO & ~termios.ISIG
  /external/nos/test/system-test-harness/src/
util.cc 458 ISIG);
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 329 TERMIOS.ISIG|TERMIOS.IEXTEN) #|TERMIOS.ECHOPRT
  /external/libcups/cups/
usersys.c 731 noecho.c_lflag &= (tcflag_t)~(ICANON | ECHO | ECHOE | ISIG);
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG);

Completed in 1127 milliseconds

12 3 4 5