Searched refs:CSTART (Results 1 – 7 of 7) sorted by relevance
/external/libedit/src/ |
D | tty.h | 196 #ifndef CSTART 197 # define CSTART CONTROL('q') macro
|
D | tty.c | 98 CDSWTCH, CERASE2, CSTART, CSTOP, 107 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 237 termio.c_cc[i] = CSTART; in run_ptest() 324 if (termio.c_cc[i] != CSTART) { in chk_tty_parms()
|
/external/python/cpython2/Modules/ |
D | termios.c | 629 #ifdef CSTART 630 {"CSTART", CSTART},
|
/external/python/cpython3/Modules/ |
D | termios.c | 659 #ifdef CSTART 660 {"CSTART", CSTART},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 70 CSTART = CTRL('q') variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 70 CSTART = CTRL('q') variable
|