Searched refs:PARODD (Results 1 – 20 of 20) sorted by relevance
159 options.c_cflag &= (unsigned int) ~(PARENB | PARODD); in jerryx_debugger_serial_configure_attributes()165 options.c_cflag |= PARODD; in jerryx_debugger_serial_configure_attributes()171 options.c_cflag |= PARODD; in jerryx_debugger_serial_configure_attributes()
230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest()303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
365 storage.c_cflag &= ~(PARENB | PARODD);371 storage.c_cflag &= ~PARODD;376 storage.c_cflag |= (PARENB | PARODD);405 if (storage.c_cflag & PARODD)
121 #define PARODD 0001000 macro
122 #define PARODD 0001000 macro
125 #define PARODD 00020000 macro
98 C(PARODD) in f()
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()
86 { "parenb", PARENB }, { "parodd", PARODD }, { "cmspar", CMSPAR },
548 {"PARODD", PARODD},