tag | line | file | source code |
c_cc | 1732 | drivers/char/tty_io.c | memcpy(tty_std_termios.c_cc, INIT_C_CC, NCCS); |
c_cc | 93 | drivers/char/tty_ioctl.c | termios->c_cc[i] = locked->c_cc[i] ? |
c_cc | 94 | drivers/char/tty_ioctl.c | old->c_cc[i] : termios->c_cc[i]; |
c_cc | 121 | drivers/char/tty_ioctl.c | memcpy(&tmp_termios.c_cc, &tmp_termio.c_cc, NCC); |
c_cc | 156 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
c_cc | 157 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021')); |
c_cc | 194 | drivers/char/tty_ioctl.c | tmp_termio.c_cc[i] = tty->termios->c_cc[i]; |
c_cc | 128 | include/asm-alpha/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
c_cc | 137 | include/asm-alpha/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 81 | include/asm-i386/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
c_cc | 91 | include/asm-i386/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
c_cc | 105 | include/linux/tty.h | #define INTR_CHAR(tty) ((tty)->termios->c_cc[VINTR]) |
c_cc | 106 | include/linux/tty.h | #define QUIT_CHAR(tty) ((tty)->termios->c_cc[VQUIT]) |
c_cc | 107 | include/linux/tty.h | #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE]) |
c_cc | 108 | include/linux/tty.h | #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL]) |
c_cc | 109 | include/linux/tty.h | #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF]) |
c_cc | 110 | include/linux/tty.h | #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME]) |
c_cc | 111 | include/linux/tty.h | #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN]) |
c_cc | 112 | include/linux/tty.h | #define SWTC_CHAR(tty) ((tty)->termios->c_cc[VSWTC]) |
c_cc | 113 | include/linux/tty.h | #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) |
c_cc | 114 | include/linux/tty.h | #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP]) |
c_cc | 115 | include/linux/tty.h | #define SUSP_CHAR(tty) ((tty)->termios->c_cc[VSUSP]) |
c_cc | 116 | include/linux/tty.h | #define EOL_CHAR(tty) ((tty)->termios->c_cc[VEOL]) |
c_cc | 117 | include/linux/tty.h | #define REPRINT_CHAR(tty) ((tty)->termios->c_cc[VREPRINT]) |
c_cc | 118 | include/linux/tty.h | #define DISCARD_CHAR(tty) ((tty)->termios->c_cc[VDISCARD]) |
c_cc | 119 | include/linux/tty.h | #define WERASE_CHAR(tty) ((tty)->termios->c_cc[VWERASE]) |
c_cc | 120 | include/linux/tty.h | #define LNEXT_CHAR(tty) ((tty)->termios->c_cc[VLNEXT]) |
c_cc | 121 | include/linux/tty.h | #define EOL2_CHAR(tty) ((tty)->termios->c_cc[VEOL2]) |