Searched refs:VTIME (Results 1 – 14 of 14) sorted by relevance
28 v.c_cc[_VTIME] = termios->c_cc[VTIME]; in kernel_termios_to_user_termio()48 err |= get_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in user_termios_to_kernel_termios()67 err |= put_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in kernel_termios_to_user_termios()92 err |= get_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in user_termios_to_kernel_termios_1()109 err |= put_user(k->c_cc[VTIME], &u->c_cc[_VTIME]); in kernel_termios_to_user_termios_1()
27 termios->c_cc[canon ? VEOL : VTIME] = v.c_cc[_VEOL]; in user_termio_to_kernel_termios()51 v.c_cc[_VEOL] = termios->c_cc[canon ? VEOL : VTIME]; in kernel_termios_to_user_termio()
8 #define VTIME 17 macro
38 tc.c_cc[VTIME] = 0; in set_term_quiet_input()
55 #define VTIME 7 macro
47 #define VTIME 5 macro
70 #define VTIME 17 macro
60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */ macro
45 tios.c_cc[VTIME] = 0; in set_up_tty()
110 local_term_attributes.c_cc[VTIME] = 0; in os_enter_line_edit_mode()
39 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])
891 tattr.c_cc[VTIME] = 0; in set_input_mode()
614 termios->c_cc[VTIME] = 0; in set_sgflags()