Searched refs:VWERASE (Results 1 – 10 of 10) sorted by relevance
/external/libedit/src/ |
D | tty.h | 54 # if defined(VWERSE) && !defined(VWERASE) 55 # define VWERASE VWERSE macro 340 # ifdef VWERASE 341 # if NUMCC <= VWERASE 342 # undef VWERASE
|
D | tty.c | 145 #ifdef VWERASE 146 {C_WERASE, VWERASE, 407 #if defined(VWERASE) 678 #ifdef VWERASE in tty__getcharindex() 680 return VWERASE; in tty__getcharindex() 774 #ifdef VWERASE in tty__getchar() 775 s[C_WERASE] = td->c_cc[VWERASE]; in tty__getchar() 856 #ifdef VWERASE in tty__setchar() 857 td->c_cc[VWERASE] = s[C_WERASE]; in tty__setchar()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 58 #define VWERASE 14 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 77 #define VWERASE 14 /* Word-erase character [ICANON]. */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 564 #ifdef VWERASE 565 {"VWERASE", VWERASE},
|
/external/python/cpython3/Modules/ |
D | termios.c | 594 #ifdef VWERASE 595 {"VWERASE", VWERASE},
|
/external/toybox/toys/pending/ |
D | stty.c | 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT }, 307 t->c_cc[VWERASE] = 0x17; in make_sane()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 54 VWERASE = (NCC+NCC_PAD+1) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 54 VWERASE = (NCC+NCC_PAD+1) variable
|
/external/mksh/src/ |
D | edit.c | 3337 #ifdef VWERASE in x_mode() 3338 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()
|