taglinefilesource code
CSIZE1424drivers/char/cyclades.cswitch(cflag & CSIZE){
CSIZE2739drivers/char/istallion.cswitch (tiosp->c_cflag & CSIZE) {
CSIZE1196drivers/char/serial.cswitch (cflag & CSIZE) {
CSIZE2087drivers/char/stallion.cswitch (tiosp->c_cflag & CSIZE) {
CSIZE266drivers/isdn/isdn_tty.ccval = cflag & (CSIZE | CSTOPB);
CSIZE158include/linux/tty.h#define C_CSIZE(tty)  _C_FLAG((tty),CSIZE)