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