Searched refs:VSTART (Results 1 - 11 of 11) sorted by relevance

/external/libedit/src/
H A Dtty.h66 # if defined(VSTRT) && !defined(VSTART)
67 # define VSTART VSTRT macro
68 # endif /* VSTRT && ! VSTART */
330 # ifdef VSTART
331 # if NUMCC <= VSTART
332 # undef VSTART macro
333 # endif /* NUMCC <= VSTART */
334 # endif /* VSTART */
H A Dtty.c401 #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]
[all...]
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h51 #define VSTART 8 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h65 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */ macro
/external/openssh/
H A Dttymodes.h83 TTYCHAR(VSTART, 8)
/external/python/cpython2/Lib/plat-irix5/
H A DIOCTL.py58 VSTART = (NCC+NCC_PAD+5) variable
/external/python/cpython2/Lib/plat-irix6/
H A DIOCTL.py58 VSTART = (NCC+NCC_PAD+5) variable
/external/python/cpython2/Modules/
H A Dtermios.c554 {"VSTART", VSTART},
/external/toybox/toys/pending/
H A Dinit.c79 terminal.c_cc[VSTART] = 17; //ctrl-q
/external/ppp/pppd/
H A Dsys-linux.c967 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
H A Dsys-solaris.c1243 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */

Completed in 176 milliseconds