Home
last modified time | relevance | path

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

/include/linux/
A Dtty.h34 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR])
35 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT])
37 #define KILL_CHAR(tty) ((tty)->termios.c_cc[VKILL])
38 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF])
39 #define TIME_CHAR(tty) ((tty)->termios.c_cc[VTIME])
40 #define MIN_CHAR(tty) ((tty)->termios.c_cc[VMIN])
41 #define SWTC_CHAR(tty) ((tty)->termios.c_cc[VSWTC])
43 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
44 #define SUSP_CHAR(tty) ((tty)->termios.c_cc[VSUSP])
45 #define EOL_CHAR(tty) ((tty)->termios.c_cc[VEOL])
[all …]
/include/uapi/asm-generic/
A 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
A Dtermios.h29 unsigned char c_cc[NCC]; /* control characters */ member

Completed in 8 milliseconds