Searched refs:VERASE2 (Results 1 – 8 of 8) 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()
378 # ifdef VERASE2379 # if NUMCC <= VERASE2380 # undef VERASE2
478 # if defined(VERASE2)808 # ifdef VERASE2 in tty_getchar()809 s[C_ERASE2] = n->c_cc[VERASE2]; in tty_getchar()948 # ifdef VERASE2 in tty_setchar()949 n->c_cc[VERASE2] = s[C_ERASE2]; in tty_setchar()
62 { "erase2", VERASE2, CERASE2 },
56 #define VERASE2 7 /* ICANON */ macro
477 #ifdef VERASE2 in raw_mode()478 erase2_char = s.c_cc[VERASE2]; in raw_mode()
581 if (CCEQ(cc[VERASE], c) || CCEQ(cc[VERASE2], c) ) { in ttyinput()