Searched refs:VWERASE (Results 1 - 6 of 6) sorted by relevance

/external/libedit/src/
H A Dtty.h54 # if defined(VWERSE) && !defined(VWERASE)
55 # define VWERASE VWERSE macro
56 # endif /* VWERSE && !VWERASE */
340 # ifdef VWERASE
341 # if NUMCC <= VWERASE
342 # undef VWERASE macro
343 # endif /* NUMCC <= VWERASE */
344 # endif /* VWERASE */
H A Dtty.c145 #ifdef VWERASE
146 {C_WERASE, VWERASE,
148 #endif /* VWERASE */
407 #if defined(VWERASE)
409 #endif /* VWERASE */
678 #ifdef VWERASE
680 return VWERASE;
681 #endif /* VWERASE */
774 #ifdef VWERASE
775 s[C_WERASE] = td->c_cc[VWERASE];
[all...]
/external/openssh/
H A Dttymodes.h94 #if defined(VWERASE)
95 TTYCHAR(VWERASE, 13)
96 #endif /* VWERASE */
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h57 #define VWERASE 14 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h76 #define VWERASE 14 /* Word-erase character [ICANON]. */ macro
/external/mksh/src/
H A Dedit.c3291 #ifdef VWERASE
3292 edchars.werase = tty_state.c_cc[VWERASE];

Completed in 291 milliseconds