Searched refs:PARODD (Results 1 – 7 of 7) sorted by relevance
175 TTYMODE(PARODD, c_cflag, 93)
139 #define PARODD 0001000 macro
163 #define PARODD 0001000 /* Odd parity instead of even. */ macro
152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
275 #ifdef PARODD276 {"parodd", PARODD, MD_CTL},
1035 parity = (PARENB | PARODD); in USERIAL_Open()