Home
last modified time | relevance | path

Searched refs:VWERASE (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/include/linux/
Dtermios_internal.h32 [VWERASE] = 'W'-0x40, \
Dtty.h48 #define WERASE_CHAR(tty) ((tty)->termios.c_cc[VWERASE])
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dtermbits.h58 #define VWERASE 10 macro
/linux-6.12.1/include/uapi/asm-generic/
Dtermbits.h56 #define VWERASE 14 macro
/linux-6.12.1/arch/parisc/include/uapi/asm/
Dtermbits.h56 #define VWERASE 14 macro
/linux-6.12.1/arch/mips/include/uapi/asm/
Dtermbits.h75 #define VWERASE 14 /* Word-erase character [ICANON] */ macro
/linux-6.12.1/arch/alpha/include/uapi/asm/
Dtermbits.h58 #define VWERASE 4 macro
/linux-6.12.1/arch/sparc/include/uapi/asm/
Dtermbits.h66 #define VWERASE 14 macro
/linux-6.12.1/drivers/tty/
Dtty_ioctl.c702 tmp.t_werasc = tty->termios.c_cc[VWERASE]; in get_ltchars()
722 tty->termios.c_cc[VWERASE] = tmp.t_werasc; in set_ltchars()