HomeSort by relevance Sort by last modified time
    Searched refs:VSTOP (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libedit/src/
tty.h 335 # ifdef VSTOP
336 # if NUMCC <= VSTOP
337 # undef VSTOP
338 # endif /* NUMCC <= VSTOP */
339 # endif /* VSTOP */
tty.c 404 #if defined(VSTOP)
406 #endif /* VSTOP */
674 #ifdef VSTOP
676 return VSTOP;
677 #endif /* VSTOP */
771 #ifdef VSTOP
772 s[C_STOP] = td->c_cc[VSTOP];
773 #endif /* VSTOP */
853 #ifdef VSTOP
854 td->c_cc[VSTOP] = s[C_STOP]
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 63 #define VSTOP 9
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 64 #define VSTOP 9
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 53 #define VSTOP 9
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 67 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 52 #define VSTOP 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 53 #define VSTOP 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 53 #define VSTOP 9
  /bionic/tests/headers/posix/
termios_h.c 55 MACRO(VSTOP);
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 57 VSTOP = (NCC+NCC_PAD+4)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 57 VSTOP = (NCC+NCC_PAD+4)
  /external/toybox/toys/pending/
stty.c 80 { "start", VSTART }, { "stop", VSTOP }, { "susp", VSUSP },
302 t->c_cc[VSTOP] = 0x13;
init.c 80 terminal.c_cc[VSTOP] = 19; //ctrl-s
  /external/python/cpython2/Modules/
termios.c 555 {"VSTOP", VSTOP},
  /external/python/cpython3/Modules/
termios.c 585 {"VSTOP", VSTOP},
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 603 VSTOP = 0x9
ztypes_linux_amd64.go 621 VSTOP = 0x9
ztypes_linux_arm.go 592 VSTOP = 0x9
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 603 VSTOP = 0x9
ztypes_linux_amd64.go 621 VSTOP = 0x9
ztypes_linux_arm.go 592 VSTOP = 0x9
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 316 termios.c_cc[VSTOP] = 0x1f & 'S';
  /external/ppp/pppd/
sys-linux.c 966 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
    [all...]
sys-solaris.c 1242 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
    [all...]

Completed in 176 milliseconds

1 2 3