Searched refs:ERASE_CHAR (Results 1 – 2 of 2) sorted by relevance
867 if (c == ERASE_CHAR(tty)) in eraser()937 echo_char(ERASE_CHAR(tty), tty); in eraser()1216 if (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) || in n_tty_receive_char()1495 set_bit(ERASE_CHAR(tty), tty->process_char_map); in n_tty_set_termios()
105 #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE]) macro