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

/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c222 #ifndef ODDP
223 #define ODDP 0 macro
237 {ODDP, "ODDP"},
242 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/freebsd-11-stable/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-11-stable/sys/sys/
H A Dioctl_compat.h88 #define ODDP 0x00000040 /* get/send odd parity */ macro
/freebsd-11-stable/include/rpcsvc/
H A Drex.x110 const ODDP = 0x00000040; /* get/send odd parity */
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c229 * PARENB: set if EVENP or ODDP is set
230 * PARODD: set if ODDP is set
240 if (sgbuf.sg_flags & ODDP)
369 sgbuf.sg_flags |= ODDP;
H A Ded.term.c327 # ifdef ODDP
328 { "oddp", ODDP, M_CONTROL },
329 # endif /* ODDP */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c340 ttyb.sg_flags = EVENP|ODDP|CRMOD;
H A Dntp_refclock.c1124 ttyp->sg_flags = EVENP | ODDP | CRMOD;
/freebsd-11-stable/contrib/ntp/clockstuff/
H A Dchutest.c194 ttyb.sg_flags = EVENP|ODDP|RAW;
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c328 # define ANYP (EVENP | ODDP)
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.c863 else if (Terminal.sg_flags & ODDP)

Completed in 169 milliseconds