Searched refs:C_ERASE (Results 1 – 4 of 4) sorted by relevance
457 { "erase", C_SH(C_ERASE), M_CHAR },784 s[C_ERASE] = n->c_cc[VERASE]; in tty_getchar()880 s[C_ERASE] = n->sg_erase; in tty_getchar()920 n->c_cc[VERASE] = s[C_ERASE]; in tty_setchar()1018 n->sg_erase = s[C_ERASE]; in tty_setchar()
470 #define C_ERASE 2 macro
130 {C_ERASE, VERASE,382 {"erase", C_SH(C_ERASE), MD_CHAR},636 case C_ERASE: in tty__getcharindex()742 s[C_ERASE] = td->c_cc[VERASE]; in tty__getchar()824 td->c_cc[VERASE] = s[C_ERASE]; in tty__setchar()
408 #define C_ERASE 2 macro