Home
last modified time | relevance | path

Searched refs:c_cc (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dtty.h35 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR])
36 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])
37 #define ERASE_CHAR(tty) ((tty)->termios.c_cc[VERASE])
38 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])
39 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF])
40 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])
41 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN])
42 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC])
43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART])
44 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
[all …]
/include/uapi/asm-generic/
Dtermbits.h16 cc_t c_cc[NCCS]; /* control characters */ member
25 cc_t c_cc[NCCS]; /* control characters */ member
36 cc_t c_cc[NCCS]; /* control characters */ member
Dtermios.h29 unsigned char c_cc[NCC]; /* control characters */ member