t_lnextc           31 arch/alpha/include/uapi/asm/termios.h 	char	t_lnextc;
t_lnextc           40 arch/mips/include/uapi/asm/termios.h 	char	t_lnextc;	/* literal next character */
t_lnextc           43 arch/powerpc/include/uapi/asm/termios.h 	char	t_lnextc;
t_lnextc           32 arch/sparc/include/uapi/asm/termios.h 	char	t_lnextc;
t_lnextc          643 drivers/tty/tty_ioctl.c 	tmp.t_lnextc = tty->termios.c_cc[VLNEXT];
t_lnextc          663 drivers/tty/tty_ioctl.c 	tty->termios.c_cc[VLNEXT] = tmp.t_lnextc;