Searched refs:c_cc (Results 1 – 3 of 3) sorted by relevance
34 #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 …]
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
Completed in 8 milliseconds