Searched refs:VWERASE (Results 1 – 6 of 6) sorted by relevance
54 # if defined(VWERSE) && !defined(VWERASE)55 # define VWERASE VWERSE macro340 # ifdef VWERASE341 # if NUMCC <= VWERASE342 # undef VWERASE
145 #ifdef VWERASE146 {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()
94 #if defined(VWERASE)95 TTYCHAR(VWERASE, 13)
57 #define VWERASE 14 macro
76 #define VWERASE 14 /* Word-erase character [ICANON]. */ macro
3291 #ifdef VWERASE in x_mode()3292 edchars.werase = tty_state.c_cc[VWERASE]; in x_mode()