Searched refs:VEOL2 (Results 1 – 9 of 9) 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()
663 tmp.t_brkc = tty->termios.c_cc[VEOL2]; /* what is brkc anyway? */ in get_tchars()680 tty->termios.c_cc[VEOL2] = tmp.t_brkc; /* what is brkc anyway? */ in set_tchars()697 tmp.t_flushc = tty->termios.c_cc[VEOL2]; in get_ltchars()714 tty->termios.c_cc[VEOL2] = tmp.t_dsuspc; in set_ltchars()717 tty->termios.c_cc[VEOL2] = tmp.t_flushc; in set_ltchars()
56 #define VEOL2 8 macro
58 #define VEOL2 16 macro
61 #define VEOL2 6 /* Second EOL character [ICANON] */ macro
56 #define VEOL2 2 macro
67 #define VEOL2 6 macro
51 #define EOL2_CHAR(tty) ((tty)->termios.c_cc[VEOL2])
Completed in 14 milliseconds