Searched refs:c_cc (Results 1 – 3 of 3) sorted by relevance
35 #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 …]
16 cc_t c_cc[NCCS]; /* control characters */ member25 cc_t c_cc[NCCS]; /* control characters */ member36 cc_t c_cc[NCCS]; /* control characters */ member
29 unsigned char c_cc[NCC]; /* control characters */ member