Searched refs:VEOL2 (Results 1 – 8 of 8) sorted by relevance
24 termios->c_cc[VEOL2] = v.c_cc[_VEOL2]; in user_termio_to_kernel_termios()52 v.c_cc[_VEOL2] = termios->c_cc[VEOL2]; in kernel_termios_to_user_termio()
667 tmp.t_brkc = tty->termios.c_cc[VEOL2]; /* what is brkc anyway? */ in get_tchars()684 tty->termios.c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ in set_tchars()701 tmp.t_flushc = tty->termios.c_cc[VEOL2]; in get_ltchars()718 tty->termios.c_cc[VEOL2] = tmp.t_dsuspc; in set_ltchars()721 tty->termios.c_cc[VEOL2] = tmp.t_flushc; in set_ltchars()
56 #define VEOL2 8 macro
58 #define VEOL2 16 macro
56 #define VEOL2 2 macro
61 #define VEOL2 6 /* Second EOL character [ICANON] */ macro
50 #define EOL2_CHAR(tty) ((tty)->termios.c_cc[VEOL2])