taglinefilesource code
INPCK2795drivers/char/istallion.cif (tiosp->c_iflag & (INPCK | PARMRK))
INPCK1621drivers/char/pcxx.cunsigned res = iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|IXON|IXANY|IXOFF);
INPCK2078drivers/char/stallion.cif (tiosp->c_iflag & (INPCK | PARMRK))
INPCK136include/linux/tty.h#define I_INPCK(tty)  _I_FLAG((tty),INPCK)