Searched refs:CERASE (Results 1 – 6 of 6) sorted by relevance
/external/libedit/src/ |
D | tty.h | 172 #ifndef CERASE 173 # define CERASE 0177 /* ^? */ macro
|
D | tty.c | 96 CINTR, CQUIT, CERASE, CKILL, 105 CINTR, CQUIT, CERASE, CKILL,
|
/external/python/cpython2/Modules/ |
D | termios.c | 599 #ifdef CERASE 600 {"CERASE", CERASE},
|
/external/python/cpython3/Modules/ |
D | termios.c | 629 #ifdef CERASE 630 {"CERASE", CERASE},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 66 CERASE = CTRL('H') variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 66 CERASE = CTRL('H') variable
|