Searched refs:VERASE (Results 1 – 8 of 8) sorted by relevance
290 # ifdef VERASE291 # if NUMCC <= VERASE292 # undef VERASE
125 #ifdef VERASE126 {C_ERASE, VERASE,377 #if defined(VERASE)638 #ifdef VERASE in tty__getcharindex()640 return VERASE; in tty__getcharindex()744 #ifdef VERASE in tty__getchar()745 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()826 #ifdef VERASE in tty__setchar()827 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
72 TTYCHAR(VERASE, 3)
45 #define VERASE 2 macro
58 #define VERASE 2 /* Erase character [ICANON]. */ macro
168 TT.termios.c_cc[VERASE] = 127; // CERASE in termios_init()
76 terminal.c_cc[VERASE] = 127; //ctrl-? in reset_term()
3286 edchars.erase = tty_state.c_cc[VERASE]; in x_mode()