Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c262 #ifndef ODDP in _nc_trace_ttymode()
263 #define ODDP 0 in _nc_trace_ttymode() macro
277 DATA(ODDP), in _nc_trace_ttymode()
282 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
/freebsd/sys/kern/
H A Dtty_compat.c292 flags |= ODDP; in ttcompatgetflags()
296 flags |= EVENP | ODDP; in ttcompatgetflags()
386 if ((flags&(EVENP|ODDP)) == EVENP) { in ttcompatsetflags()
389 } else if ((flags&(EVENP|ODDP)) == ODDP) { in ttcompatsetflags()
/freebsd/contrib/tcsh/
H A Dmi.termios.c240 if (sgbuf.sg_flags & ODDP)
369 sgbuf.sg_flags |= ODDP;
H A Ded.term.c327 # ifdef ODDP
328 { "oddp", ODDP, M_CONTROL },
/freebsd/include/rpcsvc/
H A Drex.x101 const ODDP = 0x00000040; /* get/send odd parity */ variable
/freebsd/sys/sys/
H A Dioctl_compat.h87 #define ODDP 0x00000040 /* get/send odd parity */ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c340 ttyb.sg_flags = EVENP|ODDP|CRMOD; in leitch_start()
H A Dntp_refclock.c1203 ttyp->sg_flags = EVENP | ODDP | CRMOD; in refclock_setup()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c194 ttyb.sg_flags = EVENP|ODDP|RAW; in openterm()
/freebsd/contrib/ee/
H A Dnew_curse.c863 else if (Terminal.sg_flags & ODDP) in initscr()
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42124 t.sg_flags |= ODDP | EVENP | RAW;
2171 t.sg_flags |= ODDP | EVENP | RAW;