tag | line | file | source code |
---|---|---|---|
NCCS | 1768 | drivers/char/tty_io.c | memcpy(tty_std_termios.c_cc, INIT_C_CC, NCCS); |
NCCS | 92 | drivers/char/tty_ioctl.c | for (i=0; i < NCCS; i++) |
NCCS | 137 | include/asm-alpha/termios.h | cc_t c_cc[NCCS]; /* control characters */ |
NCCS | 91 | include/asm-i386/termios.h | cc_t c_cc[NCCS]; /* control characters */ |