Lines Matching defs:parity
178 UINT16 parity;948 UINT16 parity = 0;1031 parity = 0;1033 parity = PARENB;1035 parity = (PARENB | PARODD);1077 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;1078 if (!parity)