Searched refs:VERASE (Results 1 – 10 of 10) sorted by relevance
22 termios->c_cc[VERASE] = v.c_cc[_VERASE]; in user_termio_to_kernel_termios()48 v.c_cc[_VERASE] = termios->c_cc[VERASE]; in kernel_termios_to_user_termio()
24 [VERASE] = '\177', \
37 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE])
50 #define VERASE 2 macro
44 #define VERASE 2 macro
57 #define VERASE 2 /* Erase character [ICANON] */ macro
57 #define VERASE 3 macro
63 #define VERASE 2 macro
580 tmp.sg_erase = tty->termios.c_cc[VERASE]; in get_sgttyb()640 termios.c_cc[VERASE] = tmp.sg_erase; in set_sgttyb()
Completed in 16 milliseconds