Home
last modified time | relevance | path

Searched refs:PARODD (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c295 if (cflag&PARODD) in ttcompatgetflags()
392 cflag &= ~PARODD; in ttcompatsetflags()
395 cflag |= PARODD; in ttcompatsetflags()
H A Dtty.c96 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
/f-stack/freebsd/sys/
H A D_termios.h136 #define PARODD 0x00002000 /* odd parity, else even */ macro