Searched refs:VSUSP (Results 1 – 10 of 10) sorted by relevance
29 [VSUSP] = 'Z'-0x40, \
45 #define SUSP_CHAR(tty) ((tty)->termios.c_cc[VSUSP])
60 #define VSUSP 12 macro
52 #define VSUSP 10 macro
64 #define VSUSP 10 macro
66 #define VSUSP 10 /* Suspend character [ISIG] */ macro
62 #define VSUSP 10 macro
704 tmp.t_suspc = tty->termios.c_cc[VSUSP]; in get_ltchars()706 tmp.t_dsuspc = tty->termios.c_cc[VSUSP]; in get_ltchars()724 tty->termios.c_cc[VSUSP] = tmp.t_suspc; in set_ltchars()
5812 host->c_cc[VSUSP] = target->c_cc[TARGET_VSUSP]; in target_to_host_termios()5847 target->c_cc[TARGET_VSUSP] = host->c_cc[VSUSP]; in host_to_target_termios()