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

1 2 3

  /external/libedit/src/
tty.h 66 # if defined(VSTRT) && !defined(VSTART)
67 # define VSTART VSTRT
68 # endif /* VSTRT && ! VSTART */
330 # ifdef VSTART
331 # if NUMCC <= VSTART
332 # undef VSTART
333 # endif /* NUMCC <= VSTART */
334 # endif /* VSTART */
tty.c 401 #if defined(VSTART)
403 #endif /* VSTART */
670 #ifdef VSTART
672 return VSTART;
673 #endif /* VSTART */
768 #ifdef VSTART
769 s[C_START] = td->c_cc[VSTART];
770 #endif /* VSTART */
850 #ifdef VSTART
851 td->c_cc[VSTART] = s[C_START]
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 62 #define VSTART 8
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 63 #define VSTART 8
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 52 #define VSTART 8
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 66 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 51 #define VSTART 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 52 #define VSTART 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 52 #define VSTART 8
  /bionic/tests/headers/posix/
termios_h.c 54 MACRO(VSTART);
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 58 VSTART = (NCC+NCC_PAD+5)
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 58 VSTART = (NCC+NCC_PAD+5)
  /external/toybox/toys/pending/
stty.c 80 { "start", VSTART }, { "stop", VSTOP }, { "susp", VSUSP },
301 t->c_cc[VSTART] = 0x11;
init.c 79 terminal.c_cc[VSTART] = 17; //ctrl-q
  /external/python/cpython2/Modules/
termios.c 554 {"VSTART", VSTART},
  /external/python/cpython3/Modules/
termios.c 584 {"VSTART", VSTART},
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 602 VSTART = 0x8
ztypes_linux_amd64.go 620 VSTART = 0x8
ztypes_linux_arm.go 591 VSTART = 0x8
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 602 VSTART = 0x8
ztypes_linux_amd64.go 620 VSTART = 0x8
ztypes_linux_arm.go 591 VSTART = 0x8
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 315 termios.c_cc[VSTART] = 0x1f & 'Q';
  /external/ppp/pppd/
sys-linux.c 967 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
    [all...]
sys-solaris.c 1243 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
    [all...]

Completed in 95 milliseconds

1 2 3