Searched refs:C_ERASE (Results 1 – 4 of 4) sorted by relevance
460 { "erase", C_SH(C_ERASE), M_CHAR },787 s[C_ERASE] = n->c_cc[VERASE]; in tty_getchar()883 s[C_ERASE] = n->sg_erase; in tty_getchar()923 n->c_cc[VERASE] = s[C_ERASE]; in tty_setchar()1021 n->sg_erase = s[C_ERASE]; in tty_setchar()
463 #define C_ERASE 2 macro
121 {C_ERASE, VERASE,373 {"erase", C_SH(C_ERASE), MD_CHAR},603 case C_ERASE: in tty__getcharindex()709 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()791 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
409 #define C_ERASE 2 macro