Searched refs:CKILL (Results 1 – 6 of 6) sorted by relevance
/external/libedit/src/ |
D | tty.h | 175 #ifndef CKILL 176 # define CKILL CONTROL('u') macro
|
D | tty.c | 96 CINTR, CQUIT, CERASE, CKILL, 105 CINTR, CQUIT, CERASE, CKILL,
|
/external/python/cpython2/Modules/ |
D | termios.c | 611 #ifdef CKILL 612 {"CKILL", CKILL},
|
/external/python/cpython3/Modules/ |
D | termios.c | 641 #ifdef CKILL 642 {"CKILL", CKILL},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 67 CKILL = CTRL('U') variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 67 CKILL = CTRL('U') variable
|