tag
line
file
source code
ISTRIP
1619
drivers/char/pcxx.c
unsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF);
ISTRIP
139
include/linux/tty.h
#define I_ISTRIP(tty) _I_FLAG((tty),ISTRIP)