Searched refs:VERASE2 (Results 1 – 9 of 9) sorted by relevance
323 # ifdef VERASE2324 # if NUMCC <= VERASE2325 # undef VERASE2
133 #ifdef VERASE2134 {C_ERASE2, VERASE2,402 #if defined(VERASE2)663 #ifdef VERASE2 in tty__getcharindex()665 return VERASE2; in tty__getcharindex()762 #ifdef VERASE2 in tty__getchar()763 s[C_ERASE2] = td->c_cc[VERASE2]; in tty__getchar()844 #ifdef VERASE2 in tty__setchar()845 td->c_cc[VERASE2] = s[C_ERASE2]; in tty__setchar()
374 # ifdef VERASE2375 # if NUMCC <= VERASE2376 # undef VERASE2
477 # if defined(VERASE2)804 # ifdef VERASE2 in tty_getchar()805 s[C_ERASE2] = n->c_cc[VERASE2]; in tty_getchar()940 # ifdef VERASE2 in tty_setchar()941 n->c_cc[VERASE2] = s[C_ERASE2]; in tty_setchar()
54 #define VERASE2 7 /* ICANON */ macro
56 { "erase2", VERASE2, CERASE2 },
287 #if defined(VERASE2) && defined(CERASE2) in reset_tty_settings()288 reset_char(VERASE2, CERASE2); in reset_tty_settings()
477 #ifdef VERASE2 in raw_mode() 478 erase2_char = s.c_cc[VERASE2]; in raw_mode()
1177 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) { in ttydisc_rint()