Searched refs:CSTOP (Results 1 – 6 of 6) sorted by relevance
/external/libedit/src/ |
D | tty.h | 199 #ifndef CSTOP 200 # define CSTOP CONTROL('s') macro
|
D | tty.c | 98 CDSWTCH, CERASE2, CSTART, CSTOP, 107 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
|
/external/python/cpython2/Modules/ |
D | termios.c | 632 #ifdef CSTOP 633 {"CSTOP", CSTOP},
|
/external/python/cpython3/Modules/ |
D | termios.c | 662 #ifdef CSTOP 663 {"CSTOP", CSTOP},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 71 CSTOP = CTRL('s') variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 71 CSTOP = CTRL('s') variable
|