Searched refs:ODDP (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c225 #ifndef ODDP
226 #define ODDP 0 macro
240 {ODDP, "ODDP"},
245 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c294 flags |= ODDP;
298 flags |= EVENP | ODDP;
388 if ((flags&(EVENP|ODDP)) == EVENP) {
391 } else if ((flags&(EVENP|ODDP)) == ODDP) {
/freebsd-9.3-release/sys/sys/
H A Dioctl_compat.h88 #define ODDP 0x00000040 /* get/send odd parity */ macro
/freebsd-9.3-release/contrib/tcsh/
H A Dmi.termios.c231 * PARENB: set if EVENP or ODDP is set
232 * PARODD: set if ODDP is set
242 if (sgbuf.sg_flags & ODDP)
371 sgbuf.sg_flags |= ODDP;
H A Ded.term.c330 # ifdef ODDP
331 { "oddp", ODDP, M_CONTROL },
332 # endif /* ODDP */
/freebsd-9.3-release/include/rpcsvc/
H A Drex.x108 const ODDP = 0x00000040; /* get/send odd parity */
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c340 ttyb.sg_flags = EVENP|ODDP|CRMOD;
H A Dntp_refclock.c979 ttyp->sg_flags = EVENP | ODDP | CRMOD;
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c328 # define ANYP (EVENP | ODDP)
/freebsd-9.3-release/contrib/ntp/clockstuff/
H A Dchutest.c194 ttyb.sg_flags = EVENP|ODDP|RAW;
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.c863 else if (Terminal.sg_flags & ODDP)

Completed in 231 milliseconds