taglinefilesource code
VSTART2673drivers/char/istallion.cpp->startin = tiosp->c_cc[VSTART];
VSTART2675drivers/char/istallion.cpp->startout = tiosp->c_cc[VSTART];
VSTART2120drivers/char/stallion.cprintk("    schr1=%x schr2=%x schr3=%x schr4=%x\n", tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP], tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP]);
VSTART2149drivers/char/stallion.cstl_setreg(portp, SCHR1, tiosp->c_cc[VSTART]);
VSTART2151drivers/char/stallion.cstl_setreg(portp, SCHR3, tiosp->c_cc[VSTART]);
VSTART122drivers/char/tty_ioctl.c(old_termios.c_cc[VSTART] == '\021'));
VSTART309drivers/char/tty_ioctl.ctmp.t_startc = tty->termios->c_cc[VSTART];
VSTART328drivers/char/tty_ioctl.ctty->termios->c_cc[VSTART] = tmp.t_startc;
VSTART113include/linux/tty.h#define START_CHAR(tty) ((tty)->termios->c_cc[VSTART])